Html Css Color HEX #8066EF Medium Slate Blue

📋 copy color: '#8066EF'

red 128 ◦ green 102 ◦ blue 239

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

Shades of Medium Slate Blue #8066EF

Tints of Medium Slate Blue #8066EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.96%

R = 27.29%
G = 21.75%
B = 50.96%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8066EF (or 0x8066EF) is known color: Medium Slate Blue. HEX triplet: 80, 66 and EF. RGB value is (128,102,239). Sum of RGB (Red+Green+Blue) = 128+102+239=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #8066EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066EF is #7F9910. Grayscale: #7C7C7C. Windows color (decimal): -8362257 or 15689344. OLE color: 15689344.

HSL color Cylindrical-coordinate representation of color #8066EF: hue angle of 251.39º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8066EF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 102 239 -
CMYK 0.46 0.57 0 0.06
HSL 251.39º 0.81% 0.67% -
HSV(B) 251.39º 0.57% 0.94% -
XYZ 29.23 20.32 84.04 -
YUV 125.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 128 102 239 0.46 0.57 0 0.06 251.39 0.81 0.67
Hex 80 66 EF 2E 39 0 6 FB 51 43
Octal 200 146 357 56 71 0 6 373 121 103
Binary 10000000 1100110 11101111 101110 111001 0 110 11111011 1010001 1000011

Color Harmonies of #8066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8066EF

Black with #8066EF

Text Example


Text Example

White with #8066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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