Html Css Color HEX #7F59CF Slate Blue

📋 copy color: '#7F59CF'

red 127 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #7F59CF

Tints of Slate Blue #7F59CF

RGB

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

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

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

R = 30.02%
G = 21.04%
B = 48.94%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F59CF (or 0x7F59CF) is known color: Slate Blue. HEX triplet: 7F, 59 and CF. RGB value is (127,89,207). Sum of RGB (Red+Green+Blue) = 127+89+207=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F59CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59CF is #80A630. Grayscale: #717171. Windows color (decimal): -8431153 or 13588863. OLE color: 13588863.

HSL color Cylindrical-coordinate representation of color #7F59CF: hue angle of 259.32º degrees, saturation: 0.55, 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 #7F59CF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 89 207 -
CMYK 0.39 0.57 0 0.19
HSL 259.32º 0.55% 0.58% -
HSV(B) 259.32º 0.57% 0.81% -
XYZ 23.59 16.16 60.91 -
YUV 113.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 127 89 207 0.39 0.57 0 0.19 259.32 0.55 0.58
Hex 7F 59 CF 27 39 0 13 103 37 3A
Octal 177 131 317 47 71 0 23 403 67 72
Binary 1111111 1011001 11001111 100111 111001 0 10011 100000011 110111 111010

Color Harmonies of #7F59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59CF

Black with #7F59CF

Text Example


Text Example

White with #7F59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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