Html Css Color HEX #765DED Medium Slate Blue

📋 copy color: '#765DED'

red 118 ◦ green 93 ◦ blue 237

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

Shades of Medium Slate Blue #765DED

Tints of Medium Slate Blue #765DED

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 26.34%
G = 20.76%
B = 52.9%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#765DED (or 0x765DED) is known color: Medium Slate Blue. HEX triplet: 76, 5D and ED. RGB value is (118,93,237). Sum of RGB (Red+Green+Blue) = 118+93+237=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #765DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765DED is #89A212. Grayscale: #747474. Windows color (decimal): -9019923 or 15555958. OLE color: 15555958.

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

Color convert

RGB 118 93 237 -
CMYK 0.50 0.61 0 0.07
HSL 250.42º 0.8% 0.65% -
HSV(B) 250.42º 0.61% 0.93% -
XYZ 26.67 17.79 82.15 -
YUV 116.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 118 93 237 0.50 0.61 0 0.07 250.42 0.8 0.65
Hex 76 5D ED 32 3D 0 7 FA 50 41
Octal 166 135 355 62 75 0 7 372 120 101
Binary 1110110 1011101 11101101 110010 111101 0 111 11111010 1010000 1000001

Color Harmonies of #765DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765DED

Black with #765DED

Text Example


Text Example

White with #765DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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