Html Css Color HEX #765CEB Medium Slate Blue

📋 copy color: '#765CEB'

red 118 ◦ green 92 ◦ blue 235

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

Shades of Medium Slate Blue #765CEB

Tints of Medium Slate Blue #765CEB

RGB

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

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

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

R = 26.52%
G = 20.67%
B = 52.81%

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

#765CEB (or 0x765CEB) is known color: Medium Slate Blue. HEX triplet: 76, 5C and EB. RGB value is (118,92,235). Sum of RGB (Red+Green+Blue) = 118+92+235=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #765CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CEB is #89A314. Grayscale: #737373. Windows color (decimal): -9020181 or 15424630. OLE color: 15424630.

HSL color Cylindrical-coordinate representation of color #765CEB: hue angle of 250.91º 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 #765CEB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 92 235 -
CMYK 0.50 0.61 0 0.08
HSL 250.91º 0.78% 0.64% -
HSV(B) 250.91º 0.61% 0.92% -
XYZ 26.29 17.5 80.59 -
YUV 116.08 195.11 129.37 -
System Red Green Blue C M Y K H S L
Decimal 118 92 235 0.50 0.61 0 0.08 250.91 0.78 0.64
Hex 76 5C EB 32 3D 0 8 FB 4E 40
Octal 166 134 353 62 75 0 10 373 116 100
Binary 1110110 1011100 11101011 110010 111101 0 1000 11111011 1001110 1000000

Color Harmonies of #765CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CEB

Black with #765CEB

Text Example


Text Example

White with #765CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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