Html Css Color HEX #765EDC Slate Blue

📋 copy color: '#765EDC'

red 118 ◦ green 94 ◦ blue 220

#765EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #765EDC

Tints of Slate Blue #765EDC

RGB

 RED value IS 118 (46.48% from 255) = 27.31%

 GREEN value IS 94 (37.11% from 255) = 21.76%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 27.31%
G = 21.76%
B = 50.93%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#765EDC (or 0x765EDC) is known color: Slate Blue. HEX triplet: 76, 5E and DC. RGB value is (118,94,220). Sum of RGB (Red+Green+Blue) = 118+94+220=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #765EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765EDC is #89A123. Grayscale: #737373. Windows color (decimal): -9019684 or 14442102. OLE color: 14442102.

HSL color Cylindrical-coordinate representation of color #765EDC: hue angle of 251.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #765EDC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 94 220 -
CMYK 0.46 0.57 0 0.14
HSL 251.43º 0.64% 0.62% -
HSV(B) 251.43º 0.57% 0.86% -
XYZ 24.39 17.02 69.71 -
YUV 115.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 118 94 220 0.46 0.57 0 0.14 251.43 0.64 0.62
Hex 76 5E DC 2E 39 0 E FB 40 3E
Octal 166 136 334 56 71 0 16 373 100 76
Binary 1110110 1011110 11011100 101110 111001 0 1110 11111011 1000000 111110

Color Harmonies of #765EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EDC

Black with #765EDC

Text Example


Text Example

White with #765EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #765EDC;
 }
 .AnyTagClassName
 {
   color: #765EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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