#848DAF

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

Shades of Wild Blue Yonder #848DAF

Tints of Wild Blue Yonder #848DAF

Color information

#848DAF (or 0x848DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8D and AF. RGB value is (132,141,175). Sum of RGB (Red+Green+Blue) = 132+141+175=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #848DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848DAF is #7B7250. Grayscale: #8E8E8E. Windows color (decimal): -8090193 or 11505028. OLE color: 11505028.

HSL color Cylindrical-coordinate representation of color #848DAF: hue angle of 227.44º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #848DAF is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132141175-
CMYK0.250.1900.31
HSL227.44º21.18%60.2%-
HSV(B)227.44º24.57%68.63%-
XYZ26.7827.0544.37-
YUV142.18146.52120.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=29.46%
G=31.47%
B=39.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321411750.250.1900.31227.4421.1860.2
Hex848DAF191301Fe3153c
Octal20421525731230373432574
Binary10000100100011011010111111001100110111111110001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,175); }

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

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

 a { background-color: rgb(132,141,175); }

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

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

 span { border-color: rgb(132,141,175); }

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