Html Css Color HEX #8277EA Medium Slate Blue

📋 copy color: '#8277EA'

red 130 ◦ green 119 ◦ blue 234

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

Shades of Medium Slate Blue #8277EA

Tints of Medium Slate Blue #8277EA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.64%

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

R = 26.92%
G = 24.64%
B = 48.45%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8277EA (or 0x8277EA) is known color: Medium Slate Blue. HEX triplet: 82, 77 and EA. RGB value is (130,119,234). Sum of RGB (Red+Green+Blue) = 130+119+234=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #8277EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277EA is #7D8815. Grayscale: #868686. Windows color (decimal): -8226838 or 15366018. OLE color: 15366018.

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

Color convert

RGB 130 119 234 -
CMYK 0.44 0.49 0 0.08
HSL 245.74º 0.73% 0.69% -
HSV(B) 245.74º 0.49% 0.92% -
XYZ 30.65 23.88 80.84 -
YUV 135.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 130 119 234 0.44 0.49 0 0.08 245.74 0.73 0.69
Hex 82 77 EA 2C 31 0 8 F6 49 45
Octal 202 167 352 54 61 0 10 366 111 105
Binary 10000010 1110111 11101010 101100 110001 0 1000 11110110 1001001 1000101

Color Harmonies of #8277EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8277EA

Black with #8277EA

Text Example


Text Example

White with #8277EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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