#7963CA

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

Shades of Slate Blue #7963CA

Tints of Slate Blue #7963CA

Color information

#7963CA (or 0x7963CA) is unknown color: approx Slate Blue. HEX triplet: 79, 63 and CA. RGB value is (121,99,202). Sum of RGB (Red+Green+Blue) = 121+99+202=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #7963CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963CA is #869C35. Grayscale: #747474. Windows color (decimal): -8821814 or 13263737. OLE color: 13263737.

HSL color Cylindrical-coordinate representation of color #7963CA: hue angle of 252.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7963CA is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12199202-
CMYK0.400.5100.21
HSL252.82º49.28%59.02%-
HSV(B)252.82º50.99%79.22%-
XYZ23.0117.2557.99-
YUV117.32175.79130.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.67%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=28.67%
G=23.46%
B=47.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121992020.400.5100.21252.8249.2859.02
Hex7963CA2833015fd313b
Octal17114331250630253756173
Binary111100111000111100101010100011001101010111111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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