Html Css Color HEX #766FEE Medium Slate Blue

📋 copy color: '#766FEE'

red 118 ◦ green 111 ◦ blue 238

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

Shades of Medium Slate Blue #766FEE

Tints of Medium Slate Blue #766FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.77%

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 25.27%
G = 23.77%
B = 50.96%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#766FEE (or 0x766FEE) is known color: Medium Slate Blue. HEX triplet: 76, 6F and EE. RGB value is (118,111,238). Sum of RGB (Red+Green+Blue) = 118+111+238=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #766FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FEE is #899011. Grayscale: #7F7F7F. Windows color (decimal): -9015314 or 15626102. OLE color: 15626102.

HSL color Cylindrical-coordinate representation of color #766FEE: hue angle of 243.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766FEE is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 111 238 -
CMYK 0.50 0.53 0 0.07
HSL 243.31º 0.79% 0.68% -
HSV(B) 243.31º 0.53% 0.93% -
XYZ 28.59 21.39 83.51 -
YUV 127.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 118 111 238 0.50 0.53 0 0.07 243.31 0.79 0.68
Hex 76 6F EE 32 35 0 7 F3 4F 44
Octal 166 157 356 62 65 0 7 363 117 104
Binary 1110110 1101111 11101110 110010 110101 0 111 11110011 1001111 1000100

Color Harmonies of #766FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FEE

Black with #766FEE

Text Example


Text Example

White with #766FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,111,238); }

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

background-color css

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

 a { background-color: rgb(118,111,238); }

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

border-color css

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

 span { border-color: rgb(118,111,238); }

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