Html Css Color HEX #7666EA Medium Slate Blue

📋 copy color: '#7666EA'

red 118 ◦ green 102 ◦ blue 234

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

Shades of Medium Slate Blue #7666EA

Tints of Medium Slate Blue #7666EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.47%

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

R = 25.99%
G = 22.47%
B = 51.54%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7666EA (or 0x7666EA) is known color: Medium Slate Blue. HEX triplet: 76, 66 and EA. RGB value is (118,102,234). Sum of RGB (Red+Green+Blue) = 118+102+234=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #7666EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7666EA is #899915. Grayscale: #797979. Windows color (decimal): -9017622 or 15361654. OLE color: 15361654.

HSL color Cylindrical-coordinate representation of color #7666EA: hue angle of 247.27º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7666EA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 102 234 -
CMYK 0.50 0.56 0 0.08
HSL 247.27º 0.76% 0.66% -
HSV(B) 247.27º 0.56% 0.92% -
XYZ 27.07 19.29 80.14 -
YUV 121.83 191.3 125.27 -
System Red Green Blue C M Y K H S L
Decimal 118 102 234 0.50 0.56 0 0.08 247.27 0.76 0.66
Hex 76 66 EA 32 38 0 8 F7 4C 42
Octal 166 146 352 62 70 0 10 367 114 102
Binary 1110110 1100110 11101010 110010 111000 0 1000 11110111 1001100 1000010

Color Harmonies of #7666EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666EA

Black with #7666EA

Text Example


Text Example

White with #7666EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7666EA; }

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

 H1.HeaderClassName
 {
   color: #7666EA;
 }
 .AnyTagClassName
 {
   color: #7666EA;
 }
</style>

background-color css

<style>
 a { background-color: #7666EA; }

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

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

border-color css

<style>
 span { border-color: #7666EA; }

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

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