#848CF9

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

Shades of Light Slate Blue #848CF9

Tints of Light Slate Blue #848CF9

Color information

#848CF9 (or 0x848CF9) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8C and F9. RGB value is (132,140,249). Sum of RGB (Red+Green+Blue) = 132+140+249=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #848CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CF9 is #7B7306. Grayscale: #959595. Windows color (decimal): -8090375 or 16354436. OLE color: 16354436.

HSL color Cylindrical-coordinate representation of color #848CF9: hue angle of 235.9º 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 #848CF9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132140249-
CMYK0.470.4400.02
HSL235.9º90.7%74.71%-
HSV(B)235.9º46.99%97.65%-
XYZ35.9930.593.61-
YUV150.03183.85115.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=25.34%
G=26.87%
B=47.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321402490.470.4400.02235.990.774.71
Hex848CF92F2C02ec5b4b
Octal204214371575402354133113
Binary1000010010001100111110011011111011000101110110010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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