Html Css Color HEX #766EF2 Medium Slate Blue

📋 copy color: '#766EF2'

red 118 ◦ green 110 ◦ blue 242

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

Shades of Medium Slate Blue #766EF2

Tints of Medium Slate Blue #766EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.4%

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 25.11%
G = 23.4%
B = 51.49%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#766EF2 (or 0x766EF2) is known color: Medium Slate Blue. HEX triplet: 76, 6E and F2. RGB value is (118,110,242). Sum of RGB (Red+Green+Blue) = 118+110+242=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #766EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EF2 is #89910D. Grayscale: #7E7E7E. Windows color (decimal): -9015566 or 15887990. OLE color: 15887990.

HSL color Cylindrical-coordinate representation of color #766EF2: hue angle of 243.64º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766EF2 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 110 242 -
CMYK 0.51 0.55 0 0.05
HSL 243.64º 0.84% 0.69% -
HSV(B) 243.64º 0.55% 0.95% -
XYZ 29.07 21.41 86.61 -
YUV 127.44 192.65 121.27 -
System Red Green Blue C M Y K H S L
Decimal 118 110 242 0.51 0.55 0 0.05 243.64 0.84 0.69
Hex 76 6E F2 33 37 0 5 F4 54 45
Octal 166 156 362 63 67 0 5 364 124 105
Binary 1110110 1101110 11110010 110011 110111 0 101 11110100 1010100 1000101

Color Harmonies of #766EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766EF2

Black with #766EF2

Text Example


Text Example

White with #766EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,110,242); }

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

background-color css

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

 a { background-color: rgb(118,110,242); }

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

border-color css

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

 span { border-color: rgb(118,110,242); }

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