#7466CC

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

Shades of Slate Blue #7466CC

Tints of Slate Blue #7466CC

Color information

#7466CC (or 0x7466CC) is unknown color: approx Slate Blue. HEX triplet: 74, 66 and CC. RGB value is (116,102,204). Sum of RGB (Red+Green+Blue) = 116+102+204=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7466CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7466CC is #8B9933. Grayscale: #757575. Windows color (decimal): -9148724 or 13395572. OLE color: 13395572.

HSL color Cylindrical-coordinate representation of color #7466CC: hue angle of 248.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7466CC is Cyan = 0.43, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116102204-
CMYK0.430.500.2
HSL248.24º50%60%-
HSV(B)248.24º50%80%-
XYZ22.8517.5859.31-
YUV117.81176.64126.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=27.49%
G=24.17%
B=48.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161022040.430.500.2248.245060
Hex7466CC2B32014f8323c
Octal16414631453620243706274
Binary111010011001101100110010101111001001010011111000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7466CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7466CC; }

 p { color: rgb(116,102,204); }

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

<style>
 a { background-color: #7466CC; }

 a { background-color: rgb(116,102,204); }

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

<style>
 span { border-color: #7466CC; }

 span { border-color: rgb(116,102,204); }

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