Html Css Color HEX #766BE9 Medium Slate Blue

📋 copy color: '#766BE9'

red 118 ◦ green 107 ◦ blue 233

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

Shades of Medium Slate Blue #766BE9

Tints of Medium Slate Blue #766BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.87%

R = 25.76%
G = 23.36%
B = 50.87%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#766BE9 (or 0x766BE9) is known color: Medium Slate Blue. HEX triplet: 76, 6B and E9. RGB value is (118,107,233). Sum of RGB (Red+Green+Blue) = 118+107+233=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #766BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BE9 is #899416. Grayscale: #7C7C7C. Windows color (decimal): -9016343 or 15297398. OLE color: 15297398.

HSL color Cylindrical-coordinate representation of color #766BE9: hue angle of 245.24º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766BE9 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 107 233 -
CMYK 0.49 0.54 0 0.09
HSL 245.24º 0.74% 0.67% -
HSV(B) 245.24º 0.54% 0.91% -
XYZ 27.44 20.25 79.55 -
YUV 124.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 118 107 233 0.49 0.54 0 0.09 245.24 0.74 0.67
Hex 76 6B E9 31 36 0 9 F5 4A 43
Octal 166 153 351 61 66 0 11 365 112 103
Binary 1110110 1101011 11101001 110001 110110 0 1001 11110101 1001010 1000011

Color Harmonies of #766BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766BE9

Black with #766BE9

Text Example


Text Example

White with #766BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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