Html Css Color HEX #766AFC Medium Slate Blue

📋 copy color: '#766AFC'

red 118 ◦ green 106 ◦ blue 252

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

Shades of Medium Slate Blue #766AFC

Tints of Medium Slate Blue #766AFC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.27%

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 24.79%
G = 22.27%
B = 52.94%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#766AFC (or 0x766AFC) is known color: Medium Slate Blue. HEX triplet: 76, 6A and FC. RGB value is (118,106,252). Sum of RGB (Red+Green+Blue) = 118+106+252=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #766AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766AFC is #899503. Grayscale: #7D7D7D. Windows color (decimal): -9016580 or 16542326. OLE color: 16542326.

HSL color Cylindrical-coordinate representation of color #766AFC: hue angle of 244.93º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766AFC is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 106 252 -
CMYK 0.53 0.58 0 0.01
HSL 244.93º 0.96% 0.7% -
HSV(B) 244.93º 0.58% 0.99% -
XYZ 30.2 21.19 94.59 -
YUV 126.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 118 106 252 0.53 0.58 0 0.01 244.93 0.96 0.7
Hex 76 6A FC 35 3A 0 1 F5 60 46
Octal 166 152 374 65 72 0 1 365 140 106
Binary 1110110 1101010 11111100 110101 111010 0 1 11110101 1100000 1000110

Color Harmonies of #766AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766AFC

Black with #766AFC

Text Example


Text Example

White with #766AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,106,252); }

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

background-color css

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

 a { background-color: rgb(118,106,252); }

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

border-color css

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

 span { border-color: rgb(118,106,252); }

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