#7764CF

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

Shades of Slate Blue #7764CF

Tints of Slate Blue #7764CF

Color information

#7764CF (or 0x7764CF) is unknown color: approx Slate Blue. HEX triplet: 77, 64 and CF. RGB value is (119,100,207). Sum of RGB (Red+Green+Blue) = 119+100+207=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #7764CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7764CF is #889B30. Grayscale: #757575. Windows color (decimal): -8952625 or 13591671. OLE color: 13591671.

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

Color convert

RGB119100207-
CMYK0.430.5200.19
HSL250.65º52.71%60.2%-
HSV(B)250.65º51.69%81.18%-
XYZ23.4317.5461.18-
YUV117.88178.29128.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 100 (39.45% from 255) = 23.47%
BLUE value IS 207 (81.25% from 255) = 48.59%
R=27.93%
G=23.47%
B=48.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191002070.430.5200.19250.6552.7160.2
Hex7764CF2B34013fb353c
Octal16714431753640233736574
Binary111011111001001100111110101111010001001111111011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7764CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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