#848DFC

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

Shades of Light Slate Blue #848DFC

Tints of Light Slate Blue #848DFC

Color information

#848DFC (or 0x848DFC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8D and FC. RGB value is (132,141,252). Sum of RGB (Red+Green+Blue) = 132+141+252=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #848DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DFC is #7B7203. Grayscale: #969696. Windows color (decimal): -8090116 or 16551300. OLE color: 16551300.

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

Color convert

RGB132141252-
CMYK0.480.4400.01
HSL235.5º95.24%75.29%-
HSV(B)235.5º47.62%98.82%-
XYZ36.6130.9896.15-
YUV150.96185.02114.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 252 (98.83% from 255) = 48%
R=25.14%
G=26.86%
B=48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321412520.480.4400.01235.595.2475.29
Hex848DFC302C01ec5f4b
Octal204215374605401354137113
Binary100001001000110111111100110000101100011110110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,252); }

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

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

 a { background-color: rgb(132,141,252); }

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

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

 span { border-color: rgb(132,141,252); }

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