Html Css Color HEX #8270EA Medium Slate Blue

📋 copy color: '#8270EA'

red 130 ◦ green 112 ◦ blue 234

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

Shades of Medium Slate Blue #8270EA

Tints of Medium Slate Blue #8270EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.53%

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

R = 27.31%
G = 23.53%
B = 49.16%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8270EA (or 0x8270EA) is known color: Medium Slate Blue. HEX triplet: 82, 70 and EA. RGB value is (130,112,234). Sum of RGB (Red+Green+Blue) = 130+112+234=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #8270EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8270EA is #7D8F15. Grayscale: #828282. Windows color (decimal): -8228630 or 15364226. OLE color: 15364226.

HSL color Cylindrical-coordinate representation of color #8270EA: hue angle of 248.85º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8270EA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 112 234 -
CMYK 0.44 0.52 0 0.08
HSL 248.85º 0.74% 0.68% -
HSV(B) 248.85º 0.52% 0.92% -
XYZ 29.85 22.27 80.57 -
YUV 131.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 130 112 234 0.44 0.52 0 0.08 248.85 0.74 0.68
Hex 82 70 EA 2C 34 0 8 F9 4A 44
Octal 202 160 352 54 64 0 10 371 112 104
Binary 10000010 1110000 11101010 101100 110100 0 1000 11111001 1001010 1000100

Color Harmonies of #8270EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270EA

Black with #8270EA

Text Example


Text Example

White with #8270EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,112,234); }

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

background-color css

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

 a { background-color: rgb(130,112,234); }

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

border-color css

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

 span { border-color: rgb(130,112,234); }

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