#8285fc

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

Shades of Light Slate Blue #8285FC

Tints of Light Slate Blue #8285FC

Color information

#8285FC (or 0x8285FC) is unknown color: approx Light Slate Blue. HEX triplet: 82, 85 and FC. RGB value is (130,133,252). Sum of RGB (Red+Green+Blue) = 130+133+252=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #8285FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8285FC is #7D7A03. Grayscale: #919191. Windows color (decimal): -8223236 or 16549250. OLE color: 16549250.

HSL color Cylindrical-coordinate representation of color #8285FC: hue angle of 238.52º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8285FC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB130133252-
CMYK0.480.4700.01
HSL238.52º95.31%74.9%-
HSV(B)238.52º48.41%98.82%-
XYZ35.1628.5595.75-
YUV145.67188.01116.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=25.24%
G=25.83%
B=48.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1301332520.480.4700.01238.5295.3174.9
Hex8285FC302F01ef5f4b
Octal202205374605701357137113
Binary100000101000010111111100110000101111011110111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8285fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8285fc; }

 p { color: rgb(130,133,252); }

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

<style>
 a { background-color: #8285fc; }

 a { background-color: rgb(130,133,252); }

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

<style>
 span { border-color: #8285fc; }

 span { border-color: rgb(130,133,252); }

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