#765ECA

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

Shades of Slate Blue #765ECA

Tints of Slate Blue #765ECA

Color information

#765ECA (or 0x765ECA) is unknown color: approx Slate Blue. HEX triplet: 76, 5E and CA. RGB value is (118,94,202). Sum of RGB (Red+Green+Blue) = 118+94+202=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #765ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ECA is #89A135. Grayscale: #717171. Windows color (decimal): -9019702 or 13262454. OLE color: 13262454.

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

Color convert

RGB11894202-
CMYK0.420.5300.21
HSL253.33º50.47%58.04%-
HSV(B)253.33º53.47%79.22%-
XYZ22.1316.1257.82-
YUV113.49177.95131.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.50%
GREEN value IS 94 (37.11% from 255) = 22.71%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=28.50%
G=22.71%
B=48.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal118942020.420.5300.21253.3350.4758.04
Hex765ECA2A35015fd323a
Octal16613631252650253756272
Binary111011010111101100101010101011010101010111111101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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