Html Css Color HEX #7F59D1 Slate Blue

📋 copy color: '#7F59D1'

red 127 ◦ green 89 ◦ blue 209

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

Shades of Slate Blue #7F59D1

Tints of Slate Blue #7F59D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 29.88%
G = 20.94%
B = 49.18%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7F59D1 (or 0x7F59D1) is known color: Slate Blue. HEX triplet: 7F, 59 and D1. RGB value is (127,89,209). Sum of RGB (Red+Green+Blue) = 127+89+209=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F59D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F59D1 is #80A62E. Grayscale: #717171. Windows color (decimal): -8431151 or 13719935. OLE color: 13719935.

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

Color convert

RGB 127 89 209 -
CMYK 0.39 0.57 0 0.18
HSL 259º 0.57% 0.58% -
HSV(B) 259º 0.57% 0.82% -
XYZ 23.83 16.26 62.2 -
YUV 114.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 127 89 209 0.39 0.57 0 0.18 259 0.57 0.58
Hex 7F 59 D1 27 39 0 12 103 39 3A
Octal 177 131 321 47 71 0 22 403 71 72
Binary 1111111 1011001 11010001 100111 111001 0 10010 100000011 111001 111010

Color Harmonies of #7F59D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59D1

Black with #7F59D1

Text Example


Text Example

White with #7F59D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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