Html Css Color HEX #8055FE Medium Slate Blue

📋 copy color: '#8055FE'

red 128 ◦ green 85 ◦ blue 254

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

Shades of Medium Slate Blue #8055FE

Tints of Medium Slate Blue #8055FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 27.41%
G = 18.2%
B = 54.39%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8055FE (or 0x8055FE) is known color: Medium Slate Blue. HEX triplet: 80, 55 and FE. RGB value is (128,85,254). Sum of RGB (Red+Green+Blue) = 128+85+254=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #8055FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8055FE is #7FAA01. Grayscale: #747474. Windows color (decimal): -8366594 or 16668032. OLE color: 16668032.

HSL color Cylindrical-coordinate representation of color #8055FE: hue angle of 255.27º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8055FE is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 85 254 -
CMYK 0.50 0.67 0 0.00
HSL 255.27º 0.99% 0.66% -
HSV(B) 255.27º 0.67% 1% -
XYZ 30.04 18.24 95.7 -
YUV 117.12 205.25 135.76 -
System Red Green Blue C M Y K H S L
Decimal 128 85 254 0.50 0.67 0 0.00 255.27 0.99 0.66
Hex 80 55 FE 32 43 0 0 FF 63 42
Octal 200 125 376 62 103 0 0 377 143 102
Binary 10000000 1010101 11111110 110010 1000011 0 0 11111111 1100011 1000010

Color Harmonies of #8055FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8055FE

Black with #8055FE

Text Example


Text Example

White with #8055FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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