Html Css Color HEX #765ED6 Slate Blue

📋 copy color: '#765ED6'

red 118 ◦ green 94 ◦ blue 214

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

Shades of Slate Blue #765ED6

Tints of Slate Blue #765ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.23%

R = 27.7%
G = 22.07%
B = 50.23%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#765ED6 (or 0x765ED6) is known color: Slate Blue. HEX triplet: 76, 5E and D6. RGB value is (118,94,214). Sum of RGB (Red+Green+Blue) = 118+94+214=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #765ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765ED6 is #89A129. Grayscale: #727272. Windows color (decimal): -9019690 or 14048886. OLE color: 14048886.

HSL color Cylindrical-coordinate representation of color #765ED6: hue angle of 252º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765ED6 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 94 214 -
CMYK 0.45 0.56 0 0.16
HSL 252º 0.59% 0.6% -
HSV(B) 252º 0.56% 0.84% -
XYZ 23.61 16.71 65.6 -
YUV 114.86 183.95 130.24 -
System Red Green Blue C M Y K H S L
Decimal 118 94 214 0.45 0.56 0 0.16 252 0.59 0.6
Hex 76 5E D6 2D 38 0 10 FC 3B 3C
Octal 166 136 326 55 70 0 20 374 73 74
Binary 1110110 1011110 11010110 101101 111000 0 10000 11111100 111011 111100

Color Harmonies of #765ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765ED6

Black with #765ED6

Text Example


Text Example

White with #765ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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