#8358FF

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

Shades of Light Slate Blue #8358FF

Tints of Light Slate Blue #8358FF

Color information

#8358FF (or 0x8358FF) is unknown color: approx Light Slate Blue. HEX triplet: 83, 58 and FF. RGB value is (131,88,255). Sum of RGB (Red+Green+Blue) = 131+88+255=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 88 (34.77% from 255 or 18.57% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #8358FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8358FF is #7CA700. Grayscale: #777777. Windows color (decimal): -8169217 or 16734339. OLE color: 16734339.

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

Color convert

RGB13188255-
CMYK0.490.6500
HSL255.45º100%67.25%-
HSV(B)255.45º65.49%100%-
XYZ30.919.0296.65-
YUV119.89204.25135.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 88 (34.77% from 255) = 18.57%
BLUE value IS 255 (100% from 255) = 53.80%
R=27.64%
G=18.57%
B=53.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal131882550.490.6500255.4510067.25
Hex8358FF314100ff6443
Octal2031303776110100377144103
Binary100000111011000111111111100011000001001111111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8358FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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