#765DCD

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

Shades of Slate Blue #765DCD

Tints of Slate Blue #765DCD

Color information

#765DCD (or 0x765DCD) is unknown color: approx Slate Blue. HEX triplet: 76, 5D and CD. RGB value is (118,93,205). Sum of RGB (Red+Green+Blue) = 118+93+205=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #765DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DCD is #89A232. Grayscale: #707070. Windows color (decimal): -9019955 or 13458806. OLE color: 13458806.

HSL color Cylindrical-coordinate representation of color #765DCD: hue angle of 253.39º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765DCD is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11893205-
CMYK0.420.5500.20
HSL253.39º52.83%58.43%-
HSV(B)253.39º54.63%80.39%-
XYZ22.4116.0959.68-
YUV113.24179.78131.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 205 (80.47% from 255) = 49.28%
R=28.37%
G=22.36%
B=49.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118932050.420.5500.20253.3952.8358.43
Hex765DCD2A37014fd353a
Octal16613531552670243756572
Binary111011010111011100110110101011011101010011111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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