Html Css Color HEX #8278E0 Medium Slate Blue

📋 copy color: '#8278E0'

red 130 ◦ green 120 ◦ blue 224

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

Shades of Medium Slate Blue #8278E0

Tints of Medium Slate Blue #8278E0

RGB

 RED value IS 130 (51.17% from 255) = 27.43%

 GREEN value IS 120 (47.27% from 255) = 25.32%

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 27.43%
G = 25.32%
B = 47.26%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8278E0 (or 0x8278E0) is known color: Medium Slate Blue. HEX triplet: 82, 78 and E0. RGB value is (130,120,224). Sum of RGB (Red+Green+Blue) = 130+120+224=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #8278E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8278E0 is #7D871F. Grayscale: #868686. Windows color (decimal): -8226592 or 14710914. OLE color: 14710914.

HSL color Cylindrical-coordinate representation of color #8278E0: hue angle of 245.77º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8278E0 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 120 224 -
CMYK 0.42 0.46 0 0.12
HSL 245.77º 0.63% 0.67% -
HSV(B) 245.77º 0.46% 0.88% -
XYZ 29.38 23.56 73.52 -
YUV 134.85 178.31 124.54 -
System Red Green Blue C M Y K H S L
Decimal 130 120 224 0.42 0.46 0 0.12 245.77 0.63 0.67
Hex 82 78 E0 2A 2E 0 C F6 3F 43
Octal 202 170 340 52 56 0 14 366 77 103
Binary 10000010 1111000 11100000 101010 101110 0 1100 11110110 111111 1000011

Color Harmonies of #8278E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8278E0

Black with #8278E0

Text Example


Text Example

White with #8278E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8278E0; }

 p { color: rgb(130,120,224); }

 H1.HeaderClassName
 {
   color: #8278E0;
 }
 .AnyTagClassName
 {
   color: #8278E0;
 }
</style>

background-color css

<style>
 a { background-color: #8278E0; }

 a { background-color: rgb(130,120,224); }

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

border-color css

<style>
 span { border-color: #8278E0; }

 span { border-color: rgb(130,120,224); }

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