Html Css Color HEX #765BED Medium Slate Blue

📋 copy color: '#765BED'

red 118 ◦ green 91 ◦ blue 237

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

Shades of Medium Slate Blue #765BED

Tints of Medium Slate Blue #765BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

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

R = 26.46%
G = 20.4%
B = 53.14%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#765BED (or 0x765BED) is known color: Medium Slate Blue. HEX triplet: 76, 5B and ED. RGB value is (118,91,237). Sum of RGB (Red+Green+Blue) = 118+91+237=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #765BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BED is #89A412. Grayscale: #737373. Windows color (decimal): -9020435 or 15555446. OLE color: 15555446.

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

Color convert

RGB 118 91 237 -
CMYK 0.50 0.62 0 0.07
HSL 251.1º 0.8% 0.64% -
HSV(B) 251.1º 0.62% 0.93% -
XYZ 26.5 17.45 82.09 -
YUV 115.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 118 91 237 0.50 0.62 0 0.07 251.1 0.8 0.64
Hex 76 5B ED 32 3E 0 7 FB 50 40
Octal 166 133 355 62 76 0 7 373 120 100
Binary 1110110 1011011 11101101 110010 111110 0 111 11111011 1010000 1000000

Color Harmonies of #765BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BED

Black with #765BED

Text Example


Text Example

White with #765BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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