#7764D0

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

Shades of Slate Blue #7764D0

Tints of Slate Blue #7764D0

Color information

#7764D0 (or 0x7764D0) is unknown color: approx Slate Blue. HEX triplet: 77, 64 and D0. RGB value is (119,100,208). Sum of RGB (Red+Green+Blue) = 119+100+208=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #7764D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764D0 is #889B2F. Grayscale: #757575. Windows color (decimal): -8952624 or 13657207. OLE color: 13657207.

HSL color Cylindrical-coordinate representation of color #7764D0: hue angle of 250.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7764D0 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119100208-
CMYK0.430.5200.18
HSL250.56º53.47%60.39%-
HSV(B)250.56º51.92%81.57%-
XYZ23.5517.5961.83-
YUV117.99178.79128.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.87%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 208 (81.64% from 255) = 48.71%
R=27.87%
G=23.42%
B=48.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191002080.430.5200.18250.5653.4760.39
Hex7764D02B34012fb353c
Octal16714432053640223736574
Binary111011111001001101000010101111010001001011111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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