#848CFC

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

Shades of Light Slate Blue #848CFC

Tints of Light Slate Blue #848CFC

Color information

#848CFC (or 0x848CFC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8C and FC. RGB value is (132,140,252). Sum of RGB (Red+Green+Blue) = 132+140+252=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #848CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848CFC is #7B7303. Grayscale: #959595. Windows color (decimal): -8090372 or 16551044. OLE color: 16551044.

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

Color convert

RGB132140252-
CMYK0.480.4400.01
HSL236º95.24%75.29%-
HSV(B)236º47.62%98.82%-
XYZ36.4630.6996.1-
YUV150.38185.35114.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=25.19%
G=26.72%
B=48.09%

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
Decimal1321402520.480.4400.0123695.2475.29
Hex848CFC302C01ec5f4b
Octal204214374605401354137113
Binary100001001000110011111100110000101100011110110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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