#848FBD

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

Shades of Wild Blue Yonder #848FBD

Tints of Wild Blue Yonder #848FBD

Color information

#848FBD (or 0x848FBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8F and BD. RGB value is (132,143,189). Sum of RGB (Red+Green+Blue) = 132+143+189=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #848FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FBD is #7B7042. Grayscale: #909090. Windows color (decimal): -8089667 or 12423044. OLE color: 12423044.

HSL color Cylindrical-coordinate representation of color #848FBD: hue angle of 228.42º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848FBD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132143189-
CMYK0.300.2400.26
HSL228.42º30.16%62.94%-
HSV(B)228.42º30.16%74.12%-
XYZ28.5228.2252.09-
YUV144.95152.86118.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.45%
GREEN value IS 143 (56.25% from 255) = 30.82%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=28.45%
G=30.82%
B=40.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321431890.300.2400.26228.4230.1662.94
Hex848FBD1E1801Ae41e3f
Octal20421727536300323443677
Binary10000100100011111011110111110110000110101110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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