Html Css Color HEX #8459FF Light Slate Blue

📋 copy color: '#8459FF'

red 132 ◦ green 89 ◦ blue 255

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

Shades of Light Slate Blue #8459FF

Tints of Light Slate Blue #8459FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.7%

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

R = 27.73%
G = 18.7%
B = 53.57%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8459FF (or 0x8459FF) is known color: Light Slate Blue. HEX triplet: 84, 59 and FF. RGB value is (132,89,255). Sum of RGB (Red+Green+Blue) = 132+89+255=476 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.73% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #8459FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8459FF is #7BA600. Grayscale: #787878. Windows color (decimal): -8103425 or 16734596. OLE color: 16734596.

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

Color convert

RGB 132 89 255 -
CMYK 0.48 0.65 0 0
HSL 255.54º 1% 0.67% -
HSV(B) 255.54º 0.65% 1% -
XYZ 31.14 19.27 96.69 -
YUV 120.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 132 89 255 0.48 0.65 0 0 255.54 1 0.67
Hex 84 59 FF 30 41 0 0 100 64 43
Octal 204 131 377 60 101 0 0 400 144 103
Binary 10000100 1011001 11111111 110000 1000001 0 0 100000000 1100100 1000011

Color Harmonies of #8459FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8459FF

Black with #8459FF

Text Example


Text Example

White with #8459FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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