#848FFB

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

Shades of Light Slate Blue #848FFB

Tints of Light Slate Blue #848FFB

Color information

#848FFB (or 0x848FFB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8F and FB. RGB value is (132,143,251). Sum of RGB (Red+Green+Blue) = 132+143+251=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #848FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848FFB is #7B7004. Grayscale: #979797. Windows color (decimal): -8089605 or 16486276. OLE color: 16486276.

HSL color Cylindrical-coordinate representation of color #848FFB: hue angle of 234.45º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #848FFB is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132143251-
CMYK0.470.4300.02
HSL234.45º93.7%75.1%-
HSV(B)234.45º47.41%98.43%-
XYZ36.7531.5295.41-
YUV152.02183.86113.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 47.72%
R=25.10%
G=27.19%
B=47.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321432510.470.4300.02234.4593.775.1
Hex848FFB2F2B02ea5e4b
Octal204217373575302352136113
Binary1000010010001111111110111011111010110101110101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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