Html Css Color HEX #766BEE Medium Slate Blue

📋 copy color: '#766BEE'

red 118 ◦ green 107 ◦ blue 238

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

Shades of Medium Slate Blue #766BEE

Tints of Medium Slate Blue #766BEE

RGB

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

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

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

R = 25.49%
G = 23.11%
B = 51.4%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#766BEE (or 0x766BEE) is known color: Medium Slate Blue. HEX triplet: 76, 6B and EE. RGB value is (118,107,238). Sum of RGB (Red+Green+Blue) = 118+107+238=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #766BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BEE is #899411. Grayscale: #7C7C7C. Windows color (decimal): -9016338 or 15625078. OLE color: 15625078.

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

Color convert

RGB 118 107 238 -
CMYK 0.50 0.55 0 0.07
HSL 245.04º 0.79% 0.68% -
HSV(B) 245.04º 0.55% 0.93% -
XYZ 28.16 20.54 83.37 -
YUV 125.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 118 107 238 0.50 0.55 0 0.07 245.04 0.79 0.68
Hex 76 6B EE 32 37 0 7 F5 4F 44
Octal 166 153 356 62 67 0 7 365 117 104
Binary 1110110 1101011 11101110 110010 110111 0 111 11110101 1001111 1000100

Color Harmonies of #766BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BEE

Black with #766BEE

Text Example


Text Example

White with #766BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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