Html Css Color HEX #8066E6 Medium Slate Blue

📋 copy color: '#8066E6'

red 128 ◦ green 102 ◦ blue 230

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

Shades of Medium Slate Blue #8066E6

Tints of Medium Slate Blue #8066E6

RGB

 RED value IS 128 (50.39% from 255) = 27.83%

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

 BLUE value IS 230 (90.23% from 255) = 50%

R = 27.83%
G = 22.17%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8066E6 (or 0x8066E6) is known color: Medium Slate Blue. HEX triplet: 80, 66 and E6. RGB value is (128,102,230). Sum of RGB (Red+Green+Blue) = 128+102+230=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #8066E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066E6 is #7F9919. Grayscale: #7B7B7B. Windows color (decimal): -8362266 or 15099520. OLE color: 15099520.

HSL color Cylindrical-coordinate representation of color #8066E6: hue angle of 252.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8066E6 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 102 230 -
CMYK 0.44 0.56 0 0.10
HSL 252.19º 0.72% 0.65% -
HSV(B) 252.19º 0.56% 0.9% -
XYZ 27.94 19.81 77.21 -
YUV 124.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 128 102 230 0.44 0.56 0 0.10 252.19 0.72 0.65
Hex 80 66 E6 2C 38 0 A FC 48 41
Octal 200 146 346 54 70 0 12 374 110 101
Binary 10000000 1100110 11100110 101100 111000 0 1010 11111100 1001000 1000001

Color Harmonies of #8066E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8066E6

Black with #8066E6

Text Example


Text Example

White with #8066E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8066E6; }

 p { color: rgb(128,102,230); }

 H1.HeaderClassName
 {
   color: #8066E6;
 }
 .AnyTagClassName
 {
   color: #8066E6;
 }
</style>

background-color css

<style>
 a { background-color: #8066E6; }

 a { background-color: rgb(128,102,230); }

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

border-color css

<style>
 span { border-color: #8066E6; }

 span { border-color: rgb(128,102,230); }

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