#7963D0

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

Shades of Slate Blue #7963D0

Tints of Slate Blue #7963D0

Color information

#7963D0 (or 0x7963D0) is unknown color: approx Slate Blue. HEX triplet: 79, 63 and D0. RGB value is (121,99,208). Sum of RGB (Red+Green+Blue) = 121+99+208=428 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.27% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #7963D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7963D0 is #869C2F. Grayscale: #757575. Windows color (decimal): -8821808 or 13656953. OLE color: 13656953.

HSL color Cylindrical-coordinate representation of color #7963D0: hue angle of 252.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7963D0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12199208-
CMYK0.420.5200.18
HSL252.11º53.69%60.2%-
HSV(B)252.11º52.4%81.57%-
XYZ23.7317.5461.81-
YUV118178.79130.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.27%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 208 (81.64% from 255) = 48.60%
R=28.27%
G=23.13%
B=48.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal121992080.420.5200.18252.1153.6960.2
Hex7963D02A34012fc363c
Octal17114332052640223746674
Binary111100111000111101000010101011010001001011111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7963D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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