Html Css Color HEX #765EED Medium Slate Blue

📋 copy color: '#765EED'

red 118 ◦ green 94 ◦ blue 237

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

Shades of Medium Slate Blue #765EED

Tints of Medium Slate Blue #765EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 26.28%
G = 20.94%
B = 52.78%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#765EED (or 0x765EED) is known color: Medium Slate Blue. HEX triplet: 76, 5E and ED. RGB value is (118,94,237). Sum of RGB (Red+Green+Blue) = 118+94+237=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #765EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765EED is #89A112. Grayscale: #747474. Windows color (decimal): -9019667 or 15556214. OLE color: 15556214.

HSL color Cylindrical-coordinate representation of color #765EED: hue angle of 250.07º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765EED is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 94 237 -
CMYK 0.50 0.60 0 0.07
HSL 250.07º 0.8% 0.65% -
HSV(B) 250.07º 0.6% 0.93% -
XYZ 26.76 17.97 82.18 -
YUV 117.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 118 94 237 0.50 0.60 0 0.07 250.07 0.8 0.65
Hex 76 5E ED 32 3C 0 7 FA 50 41
Octal 166 136 355 62 74 0 7 372 120 101
Binary 1110110 1011110 11101101 110010 111100 0 111 11111010 1010000 1000001

Color Harmonies of #765EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765EED

Black with #765EED

Text Example


Text Example

White with #765EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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