#766BFC

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

Shades of Light Slate Blue #766BFC

Tints of Light Slate Blue #766BFC

Color information

#766BFC (or 0x766BFC) is unknown color: approx Light Slate Blue. HEX triplet: 76, 6B and FC. RGB value is (118,107,252). Sum of RGB (Red+Green+Blue) = 118+107+252=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #766BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BFC is #899403. Grayscale: #7E7E7E. Windows color (decimal): -9016324 or 16542582. OLE color: 16542582.

HSL color Cylindrical-coordinate representation of color #766BFC: hue angle of 244.55º degrees, saturation: 0.96, 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 #766BFC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118107252-
CMYK0.530.5800.01
HSL244.55º96.03%70.39%-
HSV(B)244.55º57.54%98.82%-
XYZ30.321.494.63-
YUV126.82198.64121.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 252 (98.83% from 255) = 52.83%
R=24.74%
G=22.43%
B=52.83%

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
Decimal1181072520.530.5800.01244.5596.0370.39
Hex766BFC353A01f56046
Octal166153374657201365140106
Binary1110110110101111111100110101111010011111010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,107,252); }

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

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

 a { background-color: rgb(118,107,252); }

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

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

 span { border-color: rgb(118,107,252); }

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