Html Css Color HEX #7257CB Slate Blue

📋 copy color: '#7257CB'

red 114 ◦ green 87 ◦ blue 203

#7257CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7257CB

Tints of Slate Blue #7257CB

RGB

 RED value IS 114 (44.92% from 255) = 28.22%

 GREEN value IS 87 (34.38% from 255) = 21.53%

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 28.22%
G = 21.53%
B = 50.25%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7257CB (or 0x7257CB) is known color: Slate Blue. HEX triplet: 72, 57 and CB. RGB value is (114,87,203). Sum of RGB (Red+Green+Blue) = 114+87+203=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #7257CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7257CB is #8DA834. Grayscale: #6B6B6B. Windows color (decimal): -9283637 or 13326194. OLE color: 13326194.

HSL color Cylindrical-coordinate representation of color #7257CB: hue angle of 253.97º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7257CB is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 87 203 -
CMYK 0.44 0.57 0 0.20
HSL 253.97º 0.53% 0.57% -
HSV(B) 253.97º 0.57% 0.8% -
XYZ 21.13 14.71 58.22 -
YUV 108.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 114 87 203 0.44 0.57 0 0.20 253.97 0.53 0.57
Hex 72 57 CB 2C 39 0 14 FE 35 39
Octal 162 127 313 54 71 0 24 376 65 71
Binary 1110010 1010111 11001011 101100 111001 0 10100 11111110 110101 111001

Color Harmonies of #7257CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7257CB

Black with #7257CB

Text Example


Text Example

White with #7257CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7257CB;
 }
 .AnyTagClassName
 {
   color: #7257CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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