Html Css Color HEX #8055FF Medium Slate Blue

📋 copy color: '#8055FF'

red 128 ◦ green 85 ◦ blue 255

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

Shades of Medium Slate Blue #8055FF

Tints of Medium Slate Blue #8055FF

RGB

 RED value IS 128 (50.39% from 255) = 27.35%

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

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

R = 27.35%
G = 18.16%
B = 54.49%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8055FF (or 0x8055FF) is known color: Medium Slate Blue. HEX triplet: 80, 55 and FF. RGB value is (128,85,255). Sum of RGB (Red+Green+Blue) = 128+85+255=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8055FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8055FF is #7FAA00. Grayscale: #747474. Windows color (decimal): -8366593 or 16733568. OLE color: 16733568.

HSL color Cylindrical-coordinate representation of color #8055FF: hue angle of 255.18º 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 #8055FF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 85 255 -
CMYK 0.50 0.67 0 0
HSL 255.18º 1% 0.67% -
HSV(B) 255.18º 0.67% 1% -
XYZ 30.2 18.31 96.55 -
YUV 117.24 205.75 135.68 -
System Red Green Blue C M Y K H S L
Decimal 128 85 255 0.50 0.67 0 0 255.18 1 0.67
Hex 80 55 FF 32 43 0 0 FF 64 43
Octal 200 125 377 62 103 0 0 377 144 103
Binary 10000000 1010101 11111111 110010 1000011 0 0 11111111 1100100 1000011

Color Harmonies of #8055FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8055FF

Black with #8055FF

Text Example


Text Example

White with #8055FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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