Html Css Color HEX #765CE8 Medium Slate Blue

📋 copy color: '#765CE8'

red 118 ◦ green 92 ◦ blue 232

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

Shades of Medium Slate Blue #765CE8

Tints of Medium Slate Blue #765CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 26.7%
G = 20.81%
B = 52.49%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#765CE8 (or 0x765CE8) is known color: Medium Slate Blue. HEX triplet: 76, 5C and E8. RGB value is (118,92,232). Sum of RGB (Red+Green+Blue) = 118+92+232=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #765CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CE8 is #89A317. Grayscale: #737373. Windows color (decimal): -9020184 or 15228022. OLE color: 15228022.

HSL color Cylindrical-coordinate representation of color #765CE8: hue angle of 251.14º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765CE8 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 92 232 -
CMYK 0.49 0.60 0 0.09
HSL 251.14º 0.75% 0.64% -
HSV(B) 251.14º 0.6% 0.91% -
XYZ 25.86 17.33 78.33 -
YUV 115.73 193.61 129.62 -
System Red Green Blue C M Y K H S L
Decimal 118 92 232 0.49 0.60 0 0.09 251.14 0.75 0.64
Hex 76 5C E8 31 3C 0 9 FB 4B 40
Octal 166 134 350 61 74 0 11 373 113 100
Binary 1110110 1011100 11101000 110001 111100 0 1001 11111011 1001011 1000000

Color Harmonies of #765CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CE8

Black with #765CE8

Text Example


Text Example

White with #765CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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