#8584FF

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

Shades of Light Slate Blue #8584FF

Tints of Light Slate Blue #8584FF

Color information

#8584FF (or 0x8584FF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 84 and FF. RGB value is (133,132,255). Sum of RGB (Red+Green+Blue) = 133+132+255=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #8584FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8584FF is #7A7B00. Grayscale: #919191. Windows color (decimal): -8026881 or 16745605. OLE color: 16745605.

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

Color convert

RGB133132255-
CMYK0.480.4800
HSL240.49º100%75.88%-
HSV(B)240.49º48.24%100%-
XYZ35.9728.7198.25-
YUV146.32189.33118.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 132 (51.95% from 255) = 25.38%
BLUE value IS 255 (100% from 255) = 49.04%
R=25.58%
G=25.38%
B=49.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331322550.480.4800240.4910075.88
Hex8584FF303000f0644c
Octal205204377606000360144114
Binary100001011000010011111111110000110000001111000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8584FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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