Html Css Color HEX #766FF9 Medium Slate Blue

📋 copy color: '#766FF9'

red 118 ◦ green 111 ◦ blue 249

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

Shades of Medium Slate Blue #766FF9

Tints of Medium Slate Blue #766FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 24.69%
G = 23.22%
B = 52.09%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#766FF9 (or 0x766FF9) is known color: Medium Slate Blue. HEX triplet: 76, 6F and F9. RGB value is (118,111,249). Sum of RGB (Red+Green+Blue) = 118+111+249=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #766FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FF9 is #899006. Grayscale: #808080. Windows color (decimal): -9015303 or 16346998. OLE color: 16346998.

HSL color Cylindrical-coordinate representation of color #766FF9: hue angle of 243.04º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766FF9 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 111 249 -
CMYK 0.53 0.55 0 0.02
HSL 243.04º 0.92% 0.71% -
HSV(B) 243.04º 0.55% 0.98% -
XYZ 30.25 22.06 92.29 -
YUV 128.83 195.82 120.28 -
System Red Green Blue C M Y K H S L
Decimal 118 111 249 0.53 0.55 0 0.02 243.04 0.92 0.71
Hex 76 6F F9 35 37 0 2 F3 5C 47
Octal 166 157 371 65 67 0 2 363 134 107
Binary 1110110 1101111 11111001 110101 110111 0 10 11110011 1011100 1000111

Color Harmonies of #766FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766FF9

Black with #766FF9

Text Example


Text Example

White with #766FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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