#7764D7

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

Shades of Slate Blue #7764D7

Tints of Slate Blue #7764D7

Color information

#7764D7 (or 0x7764D7) is unknown color: approx Slate Blue. HEX triplet: 77, 64 and D7. RGB value is (119,100,215). Sum of RGB (Red+Green+Blue) = 119+100+215=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #7764D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764D7 is #889B28. Grayscale: #767676. Windows color (decimal): -8952617 or 14115959. OLE color: 14115959.

HSL color Cylindrical-coordinate representation of color #7764D7: hue angle of 249.91º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7764D7 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119100215-
CMYK0.450.5300.16
HSL249.91º58.97%61.76%-
HSV(B)249.91º53.49%84.31%-
XYZ24.4317.9466.47-
YUV118.79182.29128.15-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 215 (84.38% from 255) = 49.54%
R=27.42%
G=23.04%
B=49.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191002150.450.5300.16249.9158.9761.76
Hex7764D72D35010fa3b3e
Octal16714432755650203727376
Binary111011111001001101011110110111010101000011111010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7764D7; }

 p { color: rgb(119,100,215); }

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

<style>
 a { background-color: #7764D7; }

 a { background-color: rgb(119,100,215); }

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

<style>
 span { border-color: #7764D7; }

 span { border-color: rgb(119,100,215); }

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