#848BAE

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

Shades of Wild Blue Yonder #848BAE

Tints of Wild Blue Yonder #848BAE

Color information

#848BAE (or 0x848BAE) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8B and AE. RGB value is (132,139,174). Sum of RGB (Red+Green+Blue) = 132+139+174=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #848BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BAE is #7B7451. Grayscale: #8C8C8C. Windows color (decimal): -8090706 or 11438980. OLE color: 11438980.

HSL color Cylindrical-coordinate representation of color #848BAE: hue angle of 230º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #848BAE is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB132139174-
CMYK0.240.2000.32
HSL230º20.59%60%-
HSV(B)230º24.14%68.24%-
XYZ26.3926.4343.75-
YUV140.9146.68121.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.66%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=29.66%
G=31.24%
B=39.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321391740.240.2000.3223020.5960
Hex848BAE1814020e6153c
Octal20421325630240403462574
Binary100001001000101110101110110001010001000001110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,139,174); }

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

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

 a { background-color: rgb(132,139,174); }

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

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

 span { border-color: rgb(132,139,174); }

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