#848DFE

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

Shades of Light Slate Blue #848DFE

Tints of Light Slate Blue #848DFE

Color information

#848DFE (or 0x848DFE) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8D and FE. RGB value is (132,141,254). Sum of RGB (Red+Green+Blue) = 132+141+254=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #848DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DFE is #7B7201. Grayscale: #969696. Windows color (decimal): -8090114 or 16682372. OLE color: 16682372.

HSL color Cylindrical-coordinate representation of color #848DFE: hue angle of 235.57º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848DFE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132141254-
CMYK0.480.4400.00
HSL235.57º98.39%75.69%-
HSV(B)235.57º48.03%99.61%-
XYZ36.9331.1197.82-
YUV151.19186.02114.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 254 (99.61% from 255) = 48.20%
R=25.05%
G=26.76%
B=48.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321412540.480.4400.00235.5798.3975.69
Hex848DFE302C00ec624c
Octal204215376605400354142114
Binary100001001000110111111110110000101100001110110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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