#765DD7

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

Shades of Slate Blue #765DD7

Tints of Slate Blue #765DD7

Color information

#765DD7 (or 0x765DD7) is unknown color: approx Slate Blue. HEX triplet: 76, 5D and D7. RGB value is (118,93,215). Sum of RGB (Red+Green+Blue) = 118+93+215=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #765DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DD7 is #89A228. Grayscale: #717171. Windows color (decimal): -9019945 or 14114166. OLE color: 14114166.

HSL color Cylindrical-coordinate representation of color #765DD7: hue angle of 252.3º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765DD7 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11893215-
CMYK0.450.5700.16
HSL252.3º60.4%60.39%-
HSV(B)252.3º56.74%84.31%-
XYZ23.6516.5966.24-
YUV114.38184.78130.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 215 (84.38% from 255) = 50.47%
R=27.70%
G=21.83%
B=50.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal118932150.450.5700.16252.360.460.39
Hex765DD72D39010fc3c3c
Octal16613532755710203747474
Binary111011010111011101011110110111100101000011111100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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