#7066CA

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

Shades of Slate Blue #7066CA

Tints of Slate Blue #7066CA

Color information

#7066CA (or 0x7066CA) is unknown color: approx Slate Blue. HEX triplet: 70, 66 and CA. RGB value is (112,102,202). Sum of RGB (Red+Green+Blue) = 112+102+202=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #7066CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066CA is #8F9935. Grayscale: #747474. Windows color (decimal): -9410870 or 13264496. OLE color: 13264496.

HSL color Cylindrical-coordinate representation of color #7066CA: hue angle of 246º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7066CA is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112102202-
CMYK0.450.5000.21
HSL246º48.54%59.61%-
HSV(B)246º49.5%79.22%-
XYZ22.0917.2158.03-
YUV116.39176.31124.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=26.92%
G=24.52%
B=48.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121022020.450.5000.2124648.5459.61
Hex7066CA2D32015f6313c
Octal16014631255620253666174
Binary111000011001101100101010110111001001010111110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,102,202); }

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

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

 a { background-color: rgb(112,102,202); }

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

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

 span { border-color: rgb(112,102,202); }

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