#848FFC

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

Shades of Light Slate Blue #848FFC

Tints of Light Slate Blue #848FFC

Color information

#848FFC (or 0x848FFC) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8F and FC. RGB value is (132,143,252). Sum of RGB (Red+Green+Blue) = 132+143+252=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #848FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FFC is #7B7003. Grayscale: #979797. Windows color (decimal): -8089604 or 16551812. OLE color: 16551812.

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

Color convert

RGB132143252-
CMYK0.480.4300.01
HSL234.5º95.24%75.29%-
HSV(B)234.5º47.62%98.82%-
XYZ36.9131.5896.25-
YUV152.14184.36113.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=25.05%
G=27.13%
B=47.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1321432520.480.4300.01234.595.2475.29
Hex848FFC302B01ea5f4b
Octal204217374605301352137113
Binary100001001000111111111100110000101011011110101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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