#7E5CCD

Color #7E5CCD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7E5CCD

Tints of Slate Blue #7E5CCD

Color information

#7E5CCD (or 0x7E5CCD) is unknown color: approx Slate Blue. HEX triplet: 7E, 5C and CD. RGB value is (126,92,205). Sum of RGB (Red+Green+Blue) = 126+92+205=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5CCD is #81A332. Grayscale: #727272. Windows color (decimal): -8495923 or 13458558. OLE color: 13458558.

HSL color Cylindrical-coordinate representation of color #7E5CCD: hue angle of 258.05º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E5CCD is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12692205-
CMYK0.390.5500.20
HSL258.05º53.05%58.24%-
HSV(B)258.05º55.12%80.39%-
XYZ23.4516.559.71-
YUV115.05178.76135.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 92 (36.33% from 255) = 21.75%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=29.79%
G=21.75%
B=48.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126922050.390.5500.20258.0553.0558.24
Hex7E5CCD2737014102353a
Octal17613431547670244026572
Binary1111110101110011001101100111110111010100100000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,92,205); }

 H1.HeaderClassName
 {
   color: #7E5CCD;
 }
 .AnyTagClassName
 {
   color: #7E5CCD;
 }
</style>
background-color css

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

 a { background-color: rgb(126,92,205); }

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

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

 span { border-color: rgb(126,92,205); }

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