#765CDE

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

Shades of Medium Slate Blue #765CDE

Tints of Medium Slate Blue #765CDE

Color information

#765CDE (or 0x765CDE) is unknown color: approx Medium Slate Blue. HEX triplet: 76, 5C and DE. RGB value is (118,92,222). Sum of RGB (Red+Green+Blue) = 118+92+222=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #765CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CDE is #89A321. Grayscale: #727272. Windows color (decimal): -9020194 or 14572662. OLE color: 14572662.

HSL color Cylindrical-coordinate representation of color #765CDE: hue angle of 252º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #765CDE is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11892222-
CMYK0.470.5900.13
HSL252º66.33%61.57%-
HSV(B)252º58.56%87.06%-
XYZ24.4816.7871.06-
YUV114.59188.61130.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=27.31%
G=21.30%
B=51.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal118922220.470.5900.1325266.3361.57
Hex765CDE2F3B0Dfc423e
Octal166134336577301537410276
Binary111011010111001101111010111111101101101111111001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,92,222); }

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

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

 a { background-color: rgb(118,92,222); }

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

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

 span { border-color: rgb(118,92,222); }

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