Html Css Color HEX #7F66DC Medium Slate Blue

📋 copy color: '#7F66DC'

red 127 ◦ green 102 ◦ blue 220

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

Shades of Medium Slate Blue #7F66DC

Tints of Medium Slate Blue #7F66DC

RGB

 RED value IS 127 (50% from 255) = 28.29%

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 28.29%
G = 22.72%
B = 49%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F66DC (or 0x7F66DC) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and DC. RGB value is (127,102,220). Sum of RGB (Red+Green+Blue) = 127+102+220=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F66DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66DC is #809923. Grayscale: #7A7A7A. Windows color (decimal): -8427812 or 14444159. OLE color: 14444159.

HSL color Cylindrical-coordinate representation of color #7F66DC: hue angle of 252.71º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F66DC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 102 220 -
CMYK 0.42 0.54 0 0.14
HSL 252.71º 0.63% 0.63% -
HSV(B) 252.71º 0.54% 0.86% -
XYZ 26.42 19.18 70.02 -
YUV 122.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 127 102 220 0.42 0.54 0 0.14 252.71 0.63 0.63
Hex 7F 66 DC 2A 36 0 E FD 3F 3F
Octal 177 146 334 52 66 0 16 375 77 77
Binary 1111111 1100110 11011100 101010 110110 0 1110 11111101 111111 111111

Color Harmonies of #7F66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F66DC

Black with #7F66DC

Text Example


Text Example

White with #7F66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F66DC; }

 p { color: rgb(127,102,220); }

 H1.HeaderClassName
 {
   color: #7F66DC;
 }
 .AnyTagClassName
 {
   color: #7F66DC;
 }
</style>

background-color css

<style>
 a { background-color: #7F66DC; }

 a { background-color: rgb(127,102,220); }

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

border-color css

<style>
 span { border-color: #7F66DC; }

 span { border-color: rgb(127,102,220); }

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