Html Css Color HEX #766BED Medium Slate Blue

📋 copy color: '#766BED'

red 118 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #766BED

Tints of Medium Slate Blue #766BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 25.54%
G = 23.16%
B = 51.3%

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

#766BED (or 0x766BED) is known color: Medium Slate Blue. HEX triplet: 76, 6B and ED. RGB value is (118,107,237). Sum of RGB (Red+Green+Blue) = 118+107+237=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #766BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BED is #899412. Grayscale: #7C7C7C. Windows color (decimal): -9016339 or 15559542. OLE color: 15559542.

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

Color convert

RGB 118 107 237 -
CMYK 0.50 0.55 0 0.07
HSL 245.08º 0.78% 0.67% -
HSV(B) 245.08º 0.55% 0.93% -
XYZ 28.01 20.48 82.6 -
YUV 125.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 118 107 237 0.50 0.55 0 0.07 245.08 0.78 0.67
Hex 76 6B ED 32 37 0 7 F5 4E 43
Octal 166 153 355 62 67 0 7 365 116 103
Binary 1110110 1101011 11101101 110010 110111 0 111 11110101 1001110 1000011

Color Harmonies of #766BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BED

Black with #766BED

Text Example


Text Example

White with #766BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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