Html Css Color HEX #8155FA Medium Slate Blue

📋 copy color: '#8155FA'

red 129 ◦ green 85 ◦ blue 250

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

Shades of Medium Slate Blue #8155FA

Tints of Medium Slate Blue #8155FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 27.8%
G = 18.32%
B = 53.88%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8155FA (or 0x8155FA) is known color: Medium Slate Blue. HEX triplet: 81, 55 and FA. RGB value is (129,85,250). Sum of RGB (Red+Green+Blue) = 129+85+250=464 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.80% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #8155FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155FA is #7EAA05. Grayscale: #747474. Windows color (decimal): -8301062 or 16405889. OLE color: 16405889.

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

Color convert

RGB 129 85 250 -
CMYK 0.48 0.66 0 0.02
HSL 256º 0.94% 0.66% -
HSV(B) 256º 0.66% 0.98% -
XYZ 29.56 18.07 92.37 -
YUV 116.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 129 85 250 0.48 0.66 0 0.02 256 0.94 0.66
Hex 81 55 FA 30 42 0 2 100 5E 42
Octal 201 125 372 60 102 0 2 400 136 102
Binary 10000001 1010101 11111010 110000 1000010 0 10 100000000 1011110 1000010

Color Harmonies of #8155FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155FA

Black with #8155FA

Text Example


Text Example

White with #8155FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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