Html Css Color HEX #7F59CE Slate Blue

📋 copy color: '#7F59CE'

red 127 ◦ green 89 ◦ blue 206

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

Shades of Slate Blue #7F59CE

Tints of Slate Blue #7F59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 30.09%
G = 21.09%
B = 48.82%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F59CE (or 0x7F59CE) is known color: Slate Blue. HEX triplet: 7F, 59 and CE. RGB value is (127,89,206). Sum of RGB (Red+Green+Blue) = 127+89+206=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F59CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59CE is #80A631. Grayscale: #717171. Windows color (decimal): -8431154 or 13523327. OLE color: 13523327.

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

Color convert

RGB 127 89 206 -
CMYK 0.38 0.57 0 0.19
HSL 259.49º 0.54% 0.58% -
HSV(B) 259.49º 0.57% 0.81% -
XYZ 23.47 16.11 60.27 -
YUV 113.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 127 89 206 0.38 0.57 0 0.19 259.49 0.54 0.58
Hex 7F 59 CE 26 39 0 13 103 36 3A
Octal 177 131 316 46 71 0 23 403 66 72
Binary 1111111 1011001 11001110 100110 111001 0 10011 100000011 110110 111010

Color Harmonies of #7F59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59CE

Black with #7F59CE

Text Example


Text Example

White with #7F59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,206); }

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

background-color css

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

 a { background-color: rgb(127,89,206); }

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

border-color css

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

 span { border-color: rgb(127,89,206); }

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