Html Css Color HEX #8274EF Medium Slate Blue

📋 copy color: '#8274EF'

red 130 ◦ green 116 ◦ blue 239

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

Shades of Medium Slate Blue #8274EF

Tints of Medium Slate Blue #8274EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.92%

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

R = 26.8%
G = 23.92%
B = 49.28%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8274EF (or 0x8274EF) is known color: Medium Slate Blue. HEX triplet: 82, 74 and EF. RGB value is (130,116,239). Sum of RGB (Red+Green+Blue) = 130+116+239=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #8274EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8274EF is #7D8B10. Grayscale: #858585. Windows color (decimal): -8227601 or 15692930. OLE color: 15692930.

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

Color convert

RGB 130 116 239 -
CMYK 0.46 0.51 0 0.06
HSL 246.83º 0.79% 0.7% -
HSV(B) 246.83º 0.51% 0.94% -
XYZ 31.03 23.47 84.56 -
YUV 134.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 130 116 239 0.46 0.51 0 0.06 246.83 0.79 0.7
Hex 82 74 EF 2E 33 0 6 F7 4F 46
Octal 202 164 357 56 63 0 6 367 117 106
Binary 10000010 1110100 11101111 101110 110011 0 110 11110111 1001111 1000110

Color Harmonies of #8274EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274EF

Black with #8274EF

Text Example


Text Example

White with #8274EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,116,239); }

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

background-color css

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

 a { background-color: rgb(130,116,239); }

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

border-color css

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

 span { border-color: rgb(130,116,239); }

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