#7963CE

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

Shades of Slate Blue #7963CE

Tints of Slate Blue #7963CE

Color information

#7963CE (or 0x7963CE) is unknown color: approx Slate Blue. HEX triplet: 79, 63 and CE. RGB value is (121,99,206). Sum of RGB (Red+Green+Blue) = 121+99+206=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #7963CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963CE is #869C31. Grayscale: #757575. Windows color (decimal): -8821810 or 13525881. OLE color: 13525881.

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

Color convert

RGB12199206-
CMYK0.410.5200.19
HSL252.34º52.2%59.8%-
HSV(B)252.34º51.94%80.78%-
XYZ23.4917.4460.52-
YUV117.78177.79130.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 206 (80.86% from 255) = 48.36%
R=28.40%
G=23.24%
B=48.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121992060.410.5200.19252.3452.259.8
Hex7963CE2934013fc343c
Octal17114331651640233746474
Binary111100111000111100111010100111010001001111111100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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