#7065DC

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

Shades of Slate Blue #7065DC

Tints of Slate Blue #7065DC

Color information

#7065DC (or 0x7065DC) is unknown color: approx Slate Blue. HEX triplet: 70, 65 and DC. RGB value is (112,101,220). Sum of RGB (Red+Green+Blue) = 112+101+220=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #7065DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065DC is #8F9A23. Grayscale: #757575. Windows color (decimal): -9411108 or 14443888. OLE color: 14443888.

HSL color Cylindrical-coordinate representation of color #7065DC: hue angle of 245.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7065DC is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112101220-
CMYK0.490.5400.14
HSL245.55º62.96%62.94%-
HSV(B)245.55º54.09%86.27%-
XYZ24.2517.9269.89-
YUV117.86185.64123.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 101 (39.84% from 255) = 23.33%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=25.87%
G=23.33%
B=50.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121012200.490.5400.14245.5562.9662.94
Hex7065DC31360Ef63f3f
Octal16014533461660163667777
Binary11100001100101110111001100011101100111011110110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7065DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7065DC; }

 p { color: rgb(112,101,220); }

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

<style>
 a { background-color: #7065DC; }

 a { background-color: rgb(112,101,220); }

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

<style>
 span { border-color: #7065DC; }

 span { border-color: rgb(112,101,220); }

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