#764CC4

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

Shades of Slate Blue #764CC4

Tints of Slate Blue #764CC4

Color information

#764CC4 (or 0x764CC4) is unknown color: approx Slate Blue. HEX triplet: 76, 4C and C4. RGB value is (118,76,196). Sum of RGB (Red+Green+Blue) = 118+76+196=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #764CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #764CC4 is #89B33B. Grayscale: #656565. Windows color (decimal): -9024316 or 12864630. OLE color: 12864630.

HSL color Cylindrical-coordinate representation of color #764CC4: hue angle of 261º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #764CC4 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11876196-
CMYK0.400.6100.23
HSL261º50.42%53.33%-
HSV(B)261º61.22%76.86%-
XYZ20.0213.0153.68-
YUV102.24180.91139.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 76 (30.08% from 255) = 19.49%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=30.26%
G=19.49%
B=50.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118761960.400.6100.2326150.4253.33
Hex764CC4283D0171053235
Octal16611430450750274056265
Binary1110110100110011000100101000111101010111100000101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764CC4; }

 p { color: rgb(118,76,196); }

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

<style>
 a { background-color: #764CC4; }

 a { background-color: rgb(118,76,196); }

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

<style>
 span { border-color: #764CC4; }

 span { border-color: rgb(118,76,196); }

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