#848AFE

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

Shades of Light Slate Blue #848AFE

Tints of Light Slate Blue #848AFE

Color information

#848AFE (or 0x848AFE) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8A and FE. RGB value is (132,138,254). Sum of RGB (Red+Green+Blue) = 132+138+254=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #848AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848AFE is #7B7501. Grayscale: #949494. Windows color (decimal): -8090882 or 16681604. OLE color: 16681604.

HSL color Cylindrical-coordinate representation of color #848AFE: hue angle of 237.05º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848AFE is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB132138254-
CMYK0.480.4600.00
HSL237.05º98.39%75.69%-
HSV(B)237.05º48.03%99.61%-
XYZ36.4930.2497.68-
YUV149.43187.01115.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 254 (99.61% from 255) = 48.47%
R=25.19%
G=26.34%
B=48.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1321382540.480.4600.00237.0598.3975.69
Hex848AFE302E00ed624c
Octal204212376605600355142114
Binary100001001000101011111110110000101110001110110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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