#765BDB

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

Shades of Slate Blue #765BDB

Tints of Slate Blue #765BDB

Color information

#765BDB (or 0x765BDB) is unknown color: approx Slate Blue. HEX triplet: 76, 5B and DB. RGB value is (118,91,219). Sum of RGB (Red+Green+Blue) = 118+91+219=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #765BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765BDB is #89A424. Grayscale: #717171. Windows color (decimal): -9020453 or 14375798. OLE color: 14375798.

HSL color Cylindrical-coordinate representation of color #765BDB: hue angle of 252.66º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765BDB is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11891219-
CMYK0.460.5800.14
HSL252.66º64%60.78%-
HSV(B)252.66º58.45%85.88%-
XYZ2416.4568.93-
YUV113.66187.45131.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.57%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 219 (85.94% from 255) = 51.17%
R=27.57%
G=21.26%
B=51.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal118912190.460.5800.14252.666460.78
Hex765BDB2E3A0Efd403d
Octal166133333567201637510075
Binary111011010110111101101110111011101001110111111011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,219); }

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

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

 a { background-color: rgb(118,91,219); }

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

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

 span { border-color: rgb(118,91,219); }

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