Html Css Color HEX #7E5DCE Slate Blue

📋 copy color: '#7E5DCE'

red 126 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #7E5DCE

Tints of Slate Blue #7E5DCE

RGB

 RED value IS 126 (49.61% from 255) = 29.65%

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

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

R = 29.65%
G = 21.88%
B = 48.47%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E5DCE (or 0x7E5DCE) is known color: Slate Blue. HEX triplet: 7E, 5D and CE. RGB value is (126,93,206). Sum of RGB (Red+Green+Blue) = 126+93+206=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DCE is #81A231. Grayscale: #737373. Windows color (decimal): -8495666 or 13524350. OLE color: 13524350.

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

Color convert

RGB 126 93 206 -
CMYK 0.39 0.55 0 0.19
HSL 257.52º 0.54% 0.59% -
HSV(B) 257.52º 0.55% 0.81% -
XYZ 23.66 16.72 60.37 -
YUV 115.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 126 93 206 0.39 0.55 0 0.19 257.52 0.54 0.59
Hex 7E 5D CE 27 37 0 13 102 36 3B
Octal 176 135 316 47 67 0 23 402 66 73
Binary 1111110 1011101 11001110 100111 110111 0 10011 100000010 110110 111011

Color Harmonies of #7E5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5DCE

Black with #7E5DCE

Text Example


Text Example

White with #7E5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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