#8567FA

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

Shades of Light Slate Blue #8567FA

Tints of Light Slate Blue #8567FA

Color information

#8567FA (or 0x8567FA) is unknown color: approx Light Slate Blue. HEX triplet: 85, 67 and FA. RGB value is (133,103,250). Sum of RGB (Red+Green+Blue) = 133+103+250=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8567FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8567FA is #7A9805. Grayscale: #808080. Windows color (decimal): -8034310 or 16410501. OLE color: 16410501.

HSL color Cylindrical-coordinate representation of color #8567FA: hue angle of 252.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8567FA is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB133103250-
CMYK0.470.5900.02
HSL252.24º93.63%69.22%-
HSV(B)252.24º58.8%98.04%-
XYZ31.7821.5992.93-
YUV128.73196.44131.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 103 (40.62% from 255) = 21.19%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=27.37%
G=21.19%
B=51.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1331032500.470.5900.02252.2493.6369.22
Hex8567FA2F3B02fc5e45
Octal205147372577302374136105
Binary100001011100111111110101011111110110101111110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8567FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8567FA; }

 p { color: rgb(133,103,250); }

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

<style>
 a { background-color: #8567FA; }

 a { background-color: rgb(133,103,250); }

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

<style>
 span { border-color: #8567FA; }

 span { border-color: rgb(133,103,250); }

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