#848DFB

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

Shades of Light Slate Blue #848DFB

Tints of Light Slate Blue #848DFB

Color information

#848DFB (or 0x848DFB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8D and FB. RGB value is (132,141,251). Sum of RGB (Red+Green+Blue) = 132+141+251=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #848DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DFB is #7B7204. Grayscale: #969696. Windows color (decimal): -8090117 or 16485764. OLE color: 16485764.

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

Color convert

RGB132141251-
CMYK0.470.4400.02
HSL235.46º93.7%75.1%-
HSV(B)235.46º47.41%98.43%-
XYZ36.4530.9295.31-
YUV150.85184.52114.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 141 (55.47% from 255) = 26.91%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=25.19%
G=26.91%
B=47.90%

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
Decimal1321412510.470.4400.02235.4693.775.1
Hex848DFB2F2C02eb5e4b
Octal204215373575402353136113
Binary1000010010001101111110111011111011000101110101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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