Html Css Color HEX #8153FA Medium Slate Blue

📋 copy color: '#8153FA'

red 129 ◦ green 83 ◦ blue 250

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

Shades of Medium Slate Blue #8153FA

Tints of Medium Slate Blue #8153FA

RGB

 RED value IS 129 (50.78% from 255) = 27.92%

 GREEN value IS 83 (32.81% from 255) = 17.97%

 BLUE value IS 250 (98.05% from 255) = 54.11%

R = 27.92%
G = 17.97%
B = 54.11%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8153FA (or 0x8153FA) is known color: Medium Slate Blue. HEX triplet: 81, 53 and FA. RGB value is (129,83,250). Sum of RGB (Red+Green+Blue) = 129+83+250=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #8153FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8153FA is #7EAC05. Grayscale: #737373. Windows color (decimal): -8301574 or 16405377. OLE color: 16405377.

HSL color Cylindrical-coordinate representation of color #8153FA: hue angle of 256.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8153FA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 83 250 -
CMYK 0.48 0.67 0 0.02
HSL 256.53º 0.94% 0.65% -
HSV(B) 256.53º 0.67% 0.98% -
XYZ 29.4 17.76 92.32 -
YUV 115.79 203.74 137.42 -
System Red Green Blue C M Y K H S L
Decimal 129 83 250 0.48 0.67 0 0.02 256.53 0.94 0.65
Hex 81 53 FA 30 43 0 2 101 5E 41
Octal 201 123 372 60 103 0 2 401 136 101
Binary 10000001 1010011 11111010 110000 1000011 0 10 100000001 1011110 1000001

Color Harmonies of #8153FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8153FA

Black with #8153FA

Text Example


Text Example

White with #8153FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8153FA; }

 p { color: rgb(129,83,250); }

 H1.HeaderClassName
 {
   color: #8153FA;
 }
 .AnyTagClassName
 {
   color: #8153FA;
 }
</style>

background-color css

<style>
 a { background-color: #8153FA; }

 a { background-color: rgb(129,83,250); }

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

border-color css

<style>
 span { border-color: #8153FA; }

 span { border-color: rgb(129,83,250); }

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