#848DFD

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

Shades of Light Slate Blue #848DFD

Tints of Light Slate Blue #848DFD

Color information

#848DFD (or 0x848DFD) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8D and FD. RGB value is (132,141,253). Sum of RGB (Red+Green+Blue) = 132+141+253=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #848DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848DFD is #7B7202. Grayscale: #969696. Windows color (decimal): -8090115 or 16616836. OLE color: 16616836.

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

Color convert

RGB132141253-
CMYK0.480.4400.01
HSL235.54º96.8%75.49%-
HSV(B)235.54º47.83%99.22%-
XYZ36.7731.0596.98-
YUV151.08185.52114.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 141 (55.47% from 255) = 26.81%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=25.10%
G=26.81%
B=48.10%

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
Decimal1321412530.480.4400.01235.5496.875.49
Hex848DFD302C01ec614b
Octal204215375605401354141113
Binary100001001000110111111101110000101100011110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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