Html Css Color HEX #8455FF Medium Slate Blue

📋 copy color: '#8455FF'

red 132 ◦ green 85 ◦ blue 255

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

Shades of Medium Slate Blue #8455FF

Tints of Medium Slate Blue #8455FF

RGB

 RED value IS 132 (51.95% from 255) = 27.97%

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

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

R = 27.97%
G = 18.01%
B = 54.03%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8455FF (or 0x8455FF) is known color: Medium Slate Blue. HEX triplet: 84, 55 and FF. RGB value is (132,85,255). Sum of RGB (Red+Green+Blue) = 132+85+255=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #8455FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455FF is #7BAA00. Grayscale: #757575. Windows color (decimal): -8104449 or 16733572. OLE color: 16733572.

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

Color convert

RGB 132 85 255 -
CMYK 0.48 0.67 0 0
HSL 256.59º 1% 0.67% -
HSV(B) 256.59º 0.67% 1% -
XYZ 30.81 18.62 96.58 -
YUV 118.43 205.07 137.68 -
System Red Green Blue C M Y K H S L
Decimal 132 85 255 0.48 0.67 0 0 256.59 1 0.67
Hex 84 55 FF 30 43 0 0 101 64 43
Octal 204 125 377 60 103 0 0 401 144 103
Binary 10000100 1010101 11111111 110000 1000011 0 0 100000001 1100100 1000011

Color Harmonies of #8455FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8455FF

Black with #8455FF

Text Example


Text Example

White with #8455FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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