Html Css Color HEX #7F5DCE Slate Blue

📋 copy color: '#7F5DCE'

red 127 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #7F5DCE

Tints of Slate Blue #7F5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

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

R = 29.81%
G = 21.83%
B = 48.36%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F5DCE (or 0x7F5DCE) is known color: Slate Blue. HEX triplet: 7F, 5D and CE. RGB value is (127,93,206). Sum of RGB (Red+Green+Blue) = 127+93+206=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5DCE is #80A231. Grayscale: #737373. Windows color (decimal): -8430130 or 13524351. OLE color: 13524351.

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

Color convert

RGB 127 93 206 -
CMYK 0.38 0.55 0 0.19
HSL 258.05º 0.54% 0.59% -
HSV(B) 258.05º 0.55% 0.81% -
XYZ 23.81 16.8 60.38 -
YUV 116.05 178.76 135.81 -
System Red Green Blue C M Y K H S L
Decimal 127 93 206 0.38 0.55 0 0.19 258.05 0.54 0.59
Hex 7F 5D CE 26 37 0 13 102 36 3B
Octal 177 135 316 46 67 0 23 402 66 73
Binary 1111111 1011101 11001110 100110 110111 0 10011 100000010 110110 111011

Color Harmonies of #7F5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5DCE

Black with #7F5DCE

Text Example


Text Example

White with #7F5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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