#766BD3

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

Shades of Slate Blue #766BD3

Tints of Slate Blue #766BD3

Color information

#766BD3 (or 0x766BD3) is unknown color: approx Slate Blue. HEX triplet: 76, 6B and D3. RGB value is (118,107,211). Sum of RGB (Red+Green+Blue) = 118+107+211=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #766BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BD3 is #89942C. Grayscale: #797979. Windows color (decimal): -9016365 or 13855606. OLE color: 13855606.

HSL color Cylindrical-coordinate representation of color #766BD3: hue angle of 246.35º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #766BD3 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB118107211-
CMYK0.440.4900.17
HSL246.35º54.17%62.35%-
HSV(B)246.35º49.29%82.75%-
XYZ24.4919.0764.02-
YUV122.14178.14125.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 211 (82.81% from 255) = 48.39%
R=27.06%
G=24.54%
B=48.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1181072110.440.4900.17246.3554.1762.35
Hex766BD32C31011f6363e
Octal16615332354610213666676
Binary111011011010111101001110110011000101000111110110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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