#765DC9

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

Shades of Slate Blue #765DC9

Tints of Slate Blue #765DC9

Color information

#765DC9 (or 0x765DC9) is unknown color: approx Slate Blue. HEX triplet: 76, 5D and C9. RGB value is (118,93,201). Sum of RGB (Red+Green+Blue) = 118+93+201=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #765DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DC9 is #89A236. Grayscale: #707070. Windows color (decimal): -9019959 or 13196662. OLE color: 13196662.

HSL color Cylindrical-coordinate representation of color #765DC9: hue angle of 253.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #765DC9 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11893201-
CMYK0.410.5400.21
HSL253.89º50%57.65%-
HSV(B)253.89º53.73%78.82%-
XYZ21.9315.957.17-
YUV112.79177.78131.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.64%
GREEN value IS 93 (36.72% from 255) = 22.57%
BLUE value IS 201 (78.91% from 255) = 48.79%
R=28.64%
G=22.57%
B=48.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118932010.410.5400.21253.895057.65
Hex765DC92936015fe323a
Octal16613531151660253766272
Binary111011010111011100100110100111011001010111111110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765DC9; }

 p { color: rgb(118,93,201); }

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

<style>
 a { background-color: #765DC9; }

 a { background-color: rgb(118,93,201); }

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

<style>
 span { border-color: #765DC9; }

 span { border-color: rgb(118,93,201); }

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