Html Css Color HEX #766BE8 Medium Slate Blue

📋 copy color: '#766BE8'

red 118 ◦ green 107 ◦ blue 232

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

Shades of Medium Slate Blue #766BE8

Tints of Medium Slate Blue #766BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.41%

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

R = 25.82%
G = 23.41%
B = 50.77%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#766BE8 (or 0x766BE8) is known color: Medium Slate Blue. HEX triplet: 76, 6B and E8. RGB value is (118,107,232). Sum of RGB (Red+Green+Blue) = 118+107+232=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #766BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BE8 is #899417. Grayscale: #7C7C7C. Windows color (decimal): -9016344 or 15231862. OLE color: 15231862.

HSL color Cylindrical-coordinate representation of color #766BE8: hue angle of 245.28º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766BE8 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 107 232 -
CMYK 0.49 0.54 0 0.09
HSL 245.28º 0.73% 0.66% -
HSV(B) 245.28º 0.54% 0.91% -
XYZ 27.29 20.19 78.8 -
YUV 124.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 118 107 232 0.49 0.54 0 0.09 245.28 0.73 0.66
Hex 76 6B E8 31 36 0 9 F5 49 42
Octal 166 153 350 61 66 0 11 365 111 102
Binary 1110110 1101011 11101000 110001 110110 0 1001 11110101 1001001 1000010

Color Harmonies of #766BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BE8

Black with #766BE8

Text Example


Text Example

White with #766BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766BE8; }

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

 H1.HeaderClassName
 {
   color: #766BE8;
 }
 .AnyTagClassName
 {
   color: #766BE8;
 }
</style>

background-color css

<style>
 a { background-color: #766BE8; }

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

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

border-color css

<style>
 span { border-color: #766BE8; }

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

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