#7257c9

Color #7257C9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7257C9

Tints of Slate Blue #7257C9

Color information

#7257C9 (or 0x7257C9) is unknown color: approx Slate Blue. HEX triplet: 72, 57 and C9. RGB value is (114,87,201). Sum of RGB (Red+Green+Blue) = 114+87+201=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #7257C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257C9 is #8DA836. Grayscale: #6B6B6B. Windows color (decimal): -9283639 or 13195122. OLE color: 13195122.

HSL color Cylindrical-coordinate representation of color #7257C9: hue angle of 254.21º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7257C9 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11487201-
CMYK0.430.5700.21
HSL254.21º51.35%56.47%-
HSV(B)254.21º56.72%78.82%-
XYZ20.8914.6156.98-
YUV108.07180.45132.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 28.36%
GREEN value IS 87 (34.38% from 255) = 21.64%
BLUE value IS 201 (78.91% from 255) = 50%
R=28.36%
G=21.64%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114872010.430.5700.21254.2151.3556.47
Hex7257C92B39015fe3338
Octal16212731153710253766370
Binary111001010101111100100110101111100101010111111110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7257c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7257c9; }

 p { color: rgb(114,87,201); }

 H1.HeaderClassName
 {
   color: #7257c9;
 }
 .AnyTagClassName
 {
   color: #7257c9;
 }
</style>
background-color css

<style>
 a { background-color: #7257c9; }

 a { background-color: rgb(114,87,201); }

 div.DivClassName
 {
   background-color: #7257c9;
 }
 .BgClassName
 {
   background-color: #7257c9;
 }
</style>
border-color css

<style>
 span { border-color: #7257c9; }

 span { border-color: rgb(114,87,201); }

 td.TdClassName
 {
   border-color: #7257c9;
 }
 .TagClassName
 {
   border-color: #7257c9;
 }
</style>