Html Css Color HEX #7E4DCC Slate Blue

📋 copy color: '#7E4DCC'

red 126 ◦ green 77 ◦ blue 204

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

Shades of Slate Blue #7E4DCC

Tints of Slate Blue #7E4DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 30.96%
G = 18.92%
B = 50.12%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E4DCC (or 0x7E4DCC) is known color: Slate Blue. HEX triplet: 7E, 4D and CC. RGB value is (126,77,204). Sum of RGB (Red+Green+Blue) = 126+77+204=407 (53% of max value = 765). Red value is 126 (49.61% from 255 or 30.96% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DCC is #81B233. Grayscale: #696969. Windows color (decimal): -8499764 or 13389182. OLE color: 13389182.

HSL color Cylindrical-coordinate representation of color #7E4DCC: hue angle of 263.15º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4DCC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 77 204 -
CMYK 0.38 0.62 0 0.2
HSL 263.15º 0.55% 0.55% -
HSV(B) 263.15º 0.62% 0.8% -
XYZ 22.16 14.1 58.68 -
YUV 106.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 126 77 204 0.38 0.62 0 0.2 263.15 0.55 0.55
Hex 7E 4D CC 26 3E 0 14 107 37 37
Octal 176 115 314 46 76 0 24 407 67 67
Binary 1111110 1001101 11001100 100110 111110 0 10100 100000111 110111 110111

Color Harmonies of #7E4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4DCC

Black with #7E4DCC

Text Example


Text Example

White with #7E4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,77,204); }

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

background-color css

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

 a { background-color: rgb(126,77,204); }

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

border-color css

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

 span { border-color: rgb(126,77,204); }

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