Html Css Color HEX #765BEB Medium Slate Blue

📋 copy color: '#765BEB'

red 118 ◦ green 91 ◦ blue 235

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

Shades of Medium Slate Blue #765BEB

Tints of Medium Slate Blue #765BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.93%

R = 26.58%
G = 20.5%
B = 52.93%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#765BEB (or 0x765BEB) is known color: Medium Slate Blue. HEX triplet: 76, 5B and EB. RGB value is (118,91,235). Sum of RGB (Red+Green+Blue) = 118+91+235=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #765BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BEB is #89A414. Grayscale: #727272. Windows color (decimal): -9020437 or 15424374. OLE color: 15424374.

HSL color Cylindrical-coordinate representation of color #765BEB: hue angle of 251.25º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765BEB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 91 235 -
CMYK 0.50 0.61 0 0.08
HSL 251.25º 0.78% 0.64% -
HSV(B) 251.25º 0.61% 0.92% -
XYZ 26.21 17.33 80.56 -
YUV 115.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 118 91 235 0.50 0.61 0 0.08 251.25 0.78 0.64
Hex 76 5B EB 32 3D 0 8 FB 4E 40
Octal 166 133 353 62 75 0 10 373 116 100
Binary 1110110 1011011 11101011 110010 111101 0 1000 11111011 1001110 1000000

Color Harmonies of #765BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BEB

Black with #765BEB

Text Example


Text Example

White with #765BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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