Html Css Color HEX #766BEA Medium Slate Blue

📋 copy color: '#766BEA'

red 118 ◦ green 107 ◦ blue 234

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

Shades of Medium Slate Blue #766BEA

Tints of Medium Slate Blue #766BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 25.71%
G = 23.31%
B = 50.98%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#766BEA (or 0x766BEA) is known color: Medium Slate Blue. HEX triplet: 76, 6B and EA. RGB value is (118,107,234). Sum of RGB (Red+Green+Blue) = 118+107+234=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #766BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BEA is #899415. Grayscale: #7C7C7C. Windows color (decimal): -9016342 or 15362934. OLE color: 15362934.

HSL color Cylindrical-coordinate representation of color #766BEA: hue angle of 245.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766BEA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 107 234 -
CMYK 0.50 0.54 0 0.08
HSL 245.2º 0.75% 0.67% -
HSV(B) 245.2º 0.54% 0.92% -
XYZ 27.58 20.31 80.31 -
YUV 124.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 118 107 234 0.50 0.54 0 0.08 245.2 0.75 0.67
Hex 76 6B EA 32 36 0 8 F5 4B 43
Octal 166 153 352 62 66 0 10 365 113 103
Binary 1110110 1101011 11101010 110010 110110 0 1000 11110101 1001011 1000011

Color Harmonies of #766BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BEA

Black with #766BEA

Text Example


Text Example

White with #766BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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