#7E61CB

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

Shades of Slate Blue #7E61CB

Tints of Slate Blue #7E61CB

Color information

#7E61CB (or 0x7E61CB) is unknown color: approx Slate Blue. HEX triplet: 7E, 61 and CB. RGB value is (126,97,203). Sum of RGB (Red+Green+Blue) = 126+97+203=426 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.58% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #7E61CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E61CB is #819E34. Grayscale: #757575. Windows color (decimal): -8494645 or 13328766. OLE color: 13328766.

HSL color Cylindrical-coordinate representation of color #7E61CB: hue angle of 256.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E61CB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12697203-
CMYK0.380.5200.20
HSL256.42º50.48%58.82%-
HSV(B)256.42º52.22%79.61%-
XYZ23.6617.358.59-
YUV117.76176.11133.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.58%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=29.58%
G=22.77%
B=47.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126972030.380.5200.20256.4250.4858.82
Hex7E61CB2634014100323b
Octal17614131346640244006273
Binary1111110110000111001011100110110100010100100000000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E61CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,203); }

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

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

 a { background-color: rgb(126,97,203); }

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

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

 span { border-color: rgb(126,97,203); }

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