#8458FF

Color #8458FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8458FF

Tints of Light Slate Blue #8458FF

Color information

#8458FF (or 0x8458FF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 58 and FF. RGB value is (132,88,255). Sum of RGB (Red+Green+Blue) = 132+88+255=475 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.79% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #8458FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8458FF is #7BA700. Grayscale: #777777. Windows color (decimal): -8103681 or 16734340. OLE color: 16734340.

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

Color convert

RGB13288255-
CMYK0.480.6500
HSL255.81º100%67.25%-
HSV(B)255.81º65.49%100%-
XYZ31.0619.196.66-
YUV120.19204.08136.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.79%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 255 (100% from 255) = 53.68%
R=27.79%
G=18.53%
B=53.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal132882550.480.6500255.8110067.25
Hex8458FF3041001006443
Octal2041303776010100400144103
Binary1000010010110001111111111000010000010010000000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8458FF;
 }
 .AnyTagClassName
 {
   color: #8458FF;
 }
</style>
background-color css

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

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

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

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

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

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