Html Css Color HEX #7F57CF Slate Blue

📋 copy color: '#7F57CF'

red 127 ◦ green 87 ◦ blue 207

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

Shades of Slate Blue #7F57CF

Tints of Slate Blue #7F57CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 30.17%
G = 20.67%
B = 49.17%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F57CF (or 0x7F57CF) is known color: Slate Blue. HEX triplet: 7F, 57 and CF. RGB value is (127,87,207). Sum of RGB (Red+Green+Blue) = 127+87+207=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F57CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F57CF is #80A830. Grayscale: #707070. Windows color (decimal): -8431665 or 13588351. OLE color: 13588351.

HSL color Cylindrical-coordinate representation of color #7F57CF: hue angle of 260º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F57CF is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 87 207 -
CMYK 0.39 0.58 0 0.19
HSL 260º 0.56% 0.58% -
HSV(B) 260º 0.58% 0.81% -
XYZ 23.42 15.83 60.85 -
YUV 112.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 127 87 207 0.39 0.58 0 0.19 260 0.56 0.58
Hex 7F 57 CF 27 3A 0 13 104 38 3A
Octal 177 127 317 47 72 0 23 404 70 72
Binary 1111111 1010111 11001111 100111 111010 0 10011 100000100 111000 111010

Color Harmonies of #7F57CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F57CF

Black with #7F57CF

Text Example


Text Example

White with #7F57CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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