#848F9B

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

Shades of Light Slate Grey #848F9B

Tints of Light Slate Grey #848F9B

Color information

#848F9B (or 0x848F9B) is unknown color: approx Light Slate Grey. HEX triplet: 84, 8F and 9B. RGB value is (132,143,155). Sum of RGB (Red+Green+Blue) = 132+143+155=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #848F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F9B is #7B7064. Grayscale: #8D8D8D. Windows color (decimal): -8089701 or 10194820. OLE color: 10194820.

HSL color Cylindrical-coordinate representation of color #848F9B: hue angle of 211.3º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #848F9B is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132143155-
CMYK0.150.0800.39
HSL211.3º10.31%56.27%-
HSV(B)211.3º14.84%60.78%-
XYZ25.2526.9234.87-
YUV141.08135.86121.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=30.70%
G=33.26%
B=36.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321431550.150.0800.39211.310.3156.27
Hex848F9BF8027d3a38
Octal20421723317100473231270
Binary100001001000111110011011111110000100111110100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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