#848AF9

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

Shades of Light Slate Blue #848AF9

Tints of Light Slate Blue #848AF9

Color information

#848AF9 (or 0x848AF9) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8A and F9. RGB value is (132,138,249). Sum of RGB (Red+Green+Blue) = 132+138+249=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #848AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848AF9 is #7B7506. Grayscale: #949494. Windows color (decimal): -8090887 or 16353924. OLE color: 16353924.

HSL color Cylindrical-coordinate representation of color #848AF9: hue angle of 236.92º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848AF9 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132138249-
CMYK0.470.4500.02
HSL236.92º90.7%74.71%-
HSV(B)236.92º46.99%97.65%-
XYZ35.729.9293.52-
YUV148.86184.51115.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 138 (54.30% from 255) = 26.59%
BLUE value IS 249 (97.66% from 255) = 47.98%
R=25.43%
G=26.59%
B=47.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321382490.470.4500.02236.9290.774.71
Hex848AF92F2D02ed5b4b
Octal204212371575502355133113
Binary1000010010001010111110011011111011010101110110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848AF9; }

 p { color: rgb(132,138,249); }

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

<style>
 a { background-color: #848AF9; }

 a { background-color: rgb(132,138,249); }

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

<style>
 span { border-color: #848AF9; }

 span { border-color: rgb(132,138,249); }

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