#766AFD

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

Shades of Light Slate Blue #766AFD

Tints of Light Slate Blue #766AFD

Color information

#766AFD (or 0x766AFD) is unknown color: approx Light Slate Blue. HEX triplet: 76, 6A and FD. RGB value is (118,106,253). Sum of RGB (Red+Green+Blue) = 118+106+253=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #766AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AFD is #899502. Grayscale: #7D7D7D. Windows color (decimal): -9016579 or 16607862. OLE color: 16607862.

HSL color Cylindrical-coordinate representation of color #766AFD: hue angle of 244.9º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766AFD is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118106253-
CMYK0.530.5800.01
HSL244.9º97.35%70.39%-
HSV(B)244.9º58.1%99.22%-
XYZ30.3521.2595.43-
YUV126.35199.48122.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=24.74%
G=22.22%
B=53.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181062530.530.5800.01244.997.3570.39
Hex766AFD353A01f56146
Octal166152375657201365141106
Binary1110110110101011111101110101111010011111010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766AFD; }

 p { color: rgb(118,106,253); }

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

<style>
 a { background-color: #766AFD; }

 a { background-color: rgb(118,106,253); }

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

<style>
 span { border-color: #766AFD; }

 span { border-color: rgb(118,106,253); }

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