#848EFC

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

Shades of Light Slate Blue #848EFC

Tints of Light Slate Blue #848EFC

Color information

#848EFC (or 0x848EFC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8E and FC. RGB value is (132,142,252). Sum of RGB (Red+Green+Blue) = 132+142+252=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #848EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EFC is #7B7103. Grayscale: #979797. Windows color (decimal): -8089860 or 16551556. OLE color: 16551556.

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

Color convert

RGB132142252-
CMYK0.480.4400.01
HSL235º95.24%75.29%-
HSV(B)235º47.62%98.82%-
XYZ36.7631.2896.2-
YUV151.55184.69114.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 252 (98.83% from 255) = 47.91%
R=25.10%
G=27.00%
B=47.91%

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
Decimal1321422520.480.4400.0123595.2475.29
Hex848EFC302C01eb5f4b
Octal204216374605401353137113
Binary100001001000111011111100110000101100011110101110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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