#848EFF

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

Shades of Light Slate Blue #848EFF

Tints of Light Slate Blue #848EFF

Color information

#848EFF (or 0x848EFF) is unknown color: approx Light Slate Blue. HEX triplet: 84, 8E and FF. RGB value is (132,142,255). Sum of RGB (Red+Green+Blue) = 132+142+255=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #848EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #848EFF is #7B7100. Grayscale: #979797. Windows color (decimal): -8089857 or 16748164. OLE color: 16748164.

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

Color convert

RGB132142255-
CMYK0.480.4400
HSL235.12º100%75.88%-
HSV(B)235.12º48.24%100%-
XYZ37.2431.4798.72-
YUV151.89186.19113.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.95%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 255 (100% from 255) = 48.20%
R=24.95%
G=26.84%
B=48.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1321422550.480.4400235.1210075.88
Hex848EFF302C00eb644c
Octal204216377605400353144114
Binary100001001000111011111111110000101100001110101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,142,255); }

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

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

 a { background-color: rgb(132,142,255); }

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

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

 span { border-color: rgb(132,142,255); }

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