#7945CE

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

Shades of Slate Blue #7945CE

Tints of Slate Blue #7945CE

Color information

#7945CE (or 0x7945CE) is unknown color: approx Slate Blue. HEX triplet: 79, 45 and CE. RGB value is (121,69,206). Sum of RGB (Red+Green+Blue) = 121+69+206=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #7945CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7945CE is #86BA31. Grayscale: #636363. Windows color (decimal): -8829490 or 13518201. OLE color: 13518201.

HSL color Cylindrical-coordinate representation of color #7945CE: hue angle of 262.77º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7945CE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12169206-
CMYK0.410.6700.19
HSL262.77º58.3%53.92%-
HSV(B)262.77º66.5%80.78%-
XYZ21.1512.7859.74-
YUV100.17187.73142.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 69 (27.34% from 255) = 17.42%
BLUE value IS 206 (80.86% from 255) = 52.02%
R=30.56%
G=17.42%
B=52.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121692060.410.6700.19262.7758.353.92
Hex7945CE29430131073a36
Octal171105316511030234077266
Binary11110011000101110011101010011000011010011100000111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7945CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7945CE; }

 p { color: rgb(121,69,206); }

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

<style>
 a { background-color: #7945CE; }

 a { background-color: rgb(121,69,206); }

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

<style>
 span { border-color: #7945CE; }

 span { border-color: rgb(121,69,206); }

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