Html Css Color HEX #7F57CB Slate Blue

📋 copy color: '#7F57CB'

red 127 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #7F57CB

Tints of Slate Blue #7F57CB

RGB

 RED value IS 127 (50% from 255) = 30.46%

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

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

R = 30.46%
G = 20.86%
B = 48.68%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F57CB (or 0x7F57CB) is known color: Slate Blue. HEX triplet: 7F, 57 and CB. RGB value is (127,87,203). Sum of RGB (Red+Green+Blue) = 127+87+203=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F57CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F57CB is #80A834. Grayscale: #6F6F6F. Windows color (decimal): -8431669 or 13326207. OLE color: 13326207.

HSL color Cylindrical-coordinate representation of color #7F57CB: hue angle of 260.69º 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 #7F57CB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 87 203 -
CMYK 0.37 0.57 0 0.20
HSL 260.69º 0.53% 0.57% -
HSV(B) 260.69º 0.57% 0.8% -
XYZ 22.94 15.64 58.31 -
YUV 112.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 127 87 203 0.37 0.57 0 0.20 260.69 0.53 0.57
Hex 7F 57 CB 25 39 0 14 105 35 39
Octal 177 127 313 45 71 0 24 405 65 71
Binary 1111111 1010111 11001011 100101 111001 0 10100 100000101 110101 111001

Color Harmonies of #7F57CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57CB

Black with #7F57CB

Text Example


Text Example

White with #7F57CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F57CB; }

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

 H1.HeaderClassName
 {
   color: #7F57CB;
 }
 .AnyTagClassName
 {
   color: #7F57CB;
 }
</style>

background-color css

<style>
 a { background-color: #7F57CB; }

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

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

border-color css

<style>
 span { border-color: #7F57CB; }

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

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