Html Css Color HEX #8155FF Medium Slate Blue

📋 copy color: '#8155FF'

red 129 ◦ green 85 ◦ blue 255

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

Shades of Medium Slate Blue #8155FF

Tints of Medium Slate Blue #8155FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.37%

R = 27.51%
G = 18.12%
B = 54.37%

CMYK

 C value IS 0.49

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8155FF (or 0x8155FF) is known color: Medium Slate Blue. HEX triplet: 81, 55 and FF. RGB value is (129,85,255). Sum of RGB (Red+Green+Blue) = 129+85+255=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #8155FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8155FF is #7EAA00. Grayscale: #747474. Windows color (decimal): -8301057 or 16733569. OLE color: 16733569.

HSL color Cylindrical-coordinate representation of color #8155FF: hue angle of 255.53º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8155FF is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 129 85 255 -
CMYK 0.49 0.67 0 0
HSL 255.53º 1% 0.67% -
HSV(B) 255.53º 0.67% 1% -
XYZ 30.35 18.38 96.56 -
YUV 117.54 205.58 136.18 -
System Red Green Blue C M Y K H S L
Decimal 129 85 255 0.49 0.67 0 0 255.53 1 0.67
Hex 81 55 FF 31 43 0 0 100 64 43
Octal 201 125 377 61 103 0 0 400 144 103
Binary 10000001 1010101 11111111 110001 1000011 0 0 100000000 1100100 1000011

Color Harmonies of #8155FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155FF

Black with #8155FF

Text Example


Text Example

White with #8155FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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