#765DCA

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

Shades of Slate Blue #765DCA

Tints of Slate Blue #765DCA

Color information

#765DCA (or 0x765DCA) is unknown color: approx Slate Blue. HEX triplet: 76, 5D and CA. RGB value is (118,93,202). Sum of RGB (Red+Green+Blue) = 118+93+202=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #765DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765DCA is #89A235. Grayscale: #707070. Windows color (decimal): -9019958 or 13262198. OLE color: 13262198.

HSL color Cylindrical-coordinate representation of color #765DCA: hue angle of 253.76º degrees, saturation: 0.51, 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 #765DCA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11893202-
CMYK0.420.5400.21
HSL253.76º50.7%57.84%-
HSV(B)253.76º53.96%79.22%-
XYZ22.0515.9457.79-
YUV112.9178.28131.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=28.57%
G=22.52%
B=48.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118932020.420.5400.21253.7650.757.84
Hex765DCA2A36015fe333a
Octal16613531252660253766372
Binary111011010111011100101010101011011001010111111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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