Html Css Color HEX #766FE0 Medium Slate Blue

📋 copy color: '#766FE0'

red 118 ◦ green 111 ◦ blue 224

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

Shades of Medium Slate Blue #766FE0

Tints of Medium Slate Blue #766FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.45%

R = 26.05%
G = 24.5%
B = 49.45%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#766FE0 (or 0x766FE0) is known color: Medium Slate Blue. HEX triplet: 76, 6F and E0. RGB value is (118,111,224). Sum of RGB (Red+Green+Blue) = 118+111+224=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #766FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FE0 is #89901F. Grayscale: #7D7D7D. Windows color (decimal): -9015328 or 14708598. OLE color: 14708598.

HSL color Cylindrical-coordinate representation of color #766FE0: hue angle of 243.72º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766FE0 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 111 224 -
CMYK 0.47 0.50 0 0.12
HSL 243.72º 0.65% 0.66% -
HSV(B) 243.72º 0.5% 0.88% -
XYZ 26.61 20.6 73.1 -
YUV 125.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 118 111 224 0.47 0.50 0 0.12 243.72 0.65 0.66
Hex 76 6F E0 2F 32 0 C F4 41 42
Octal 166 157 340 57 62 0 14 364 101 102
Binary 1110110 1101111 11100000 101111 110010 0 1100 11110100 1000001 1000010

Color Harmonies of #766FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FE0

Black with #766FE0

Text Example


Text Example

White with #766FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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