#765ED4

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

Shades of Slate Blue #765ED4

Tints of Slate Blue #765ED4

Color information

#765ED4 (or 0x765ED4) is unknown color: approx Slate Blue. HEX triplet: 76, 5E and D4. RGB value is (118,94,212). Sum of RGB (Red+Green+Blue) = 118+94+212=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #765ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ED4 is #89A12B. Grayscale: #727272. Windows color (decimal): -9019692 or 13917814. OLE color: 13917814.

HSL color Cylindrical-coordinate representation of color #765ED4: hue angle of 252.2º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765ED4 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11894212-
CMYK0.440.5600.17
HSL252.2º57.84%60%-
HSV(B)252.2º55.66%83.14%-
XYZ23.3616.6164.26-
YUV114.63182.95130.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 94 (37.11% from 255) = 22.17%
BLUE value IS 212 (83.20% from 255) = 50%
R=27.83%
G=22.17%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal118942120.440.5600.17252.257.8460
Hex765ED42C38011fc3a3c
Octal16613632454700213747274
Binary111011010111101101010010110011100001000111111100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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