#848AFB

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

Shades of Light Slate Blue #848AFB

Tints of Light Slate Blue #848AFB

Color information

#848AFB (or 0x848AFB) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8A and FB. RGB value is (132,138,251). Sum of RGB (Red+Green+Blue) = 132+138+251=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #848AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848AFB is #7B7504. Grayscale: #949494. Windows color (decimal): -8090885 or 16484996. OLE color: 16484996.

HSL color Cylindrical-coordinate representation of color #848AFB: hue angle of 236.97º 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 #848AFB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132138251-
CMYK0.470.4500.02
HSL236.97º93.7%75.1%-
HSV(B)236.97º47.41%98.43%-
XYZ36.0230.0595.17-
YUV149.09185.51115.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 138 (54.30% from 255) = 26.49%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=25.34%
G=26.49%
B=48.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321382510.470.4500.02236.9793.775.1
Hex848AFB2F2D02ed5e4b
Octal204212373575502355136113
Binary1000010010001010111110111011111011010101110110110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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