Html Css Color HEX #765CE0 Medium Slate Blue

📋 copy color: '#765CE0'

red 118 ◦ green 92 ◦ blue 224

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

Shades of Medium Slate Blue #765CE0

Tints of Medium Slate Blue #765CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.2%

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 27.19%
G = 21.2%
B = 51.61%

CMYK

 C value IS 0.47

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#765CE0 (or 0x765CE0) is known color: Medium Slate Blue. HEX triplet: 76, 5C and E0. RGB value is (118,92,224). Sum of RGB (Red+Green+Blue) = 118+92+224=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #765CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765CE0 is #89A31F. Grayscale: #727272. Windows color (decimal): -9020192 or 14703734. OLE color: 14703734.

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

Color convert

RGB 118 92 224 -
CMYK 0.47 0.59 0 0.12
HSL 251.82º 0.68% 0.62% -
HSV(B) 251.82º 0.59% 0.88% -
XYZ 24.75 16.89 72.48 -
YUV 114.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 118 92 224 0.47 0.59 0 0.12 251.82 0.68 0.62
Hex 76 5C E0 2F 3B 0 C FC 44 3E
Octal 166 134 340 57 73 0 14 374 104 76
Binary 1110110 1011100 11100000 101111 111011 0 1100 11111100 1000100 111110

Color Harmonies of #765CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CE0

Black with #765CE0

Text Example


Text Example

White with #765CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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