#848EBD

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

Shades of Wild Blue Yonder #848EBD

Tints of Wild Blue Yonder #848EBD

Color information

#848EBD (or 0x848EBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8E and BD. RGB value is (132,142,189). Sum of RGB (Red+Green+Blue) = 132+142+189=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #848EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EBD is #7B7142. Grayscale: #909090. Windows color (decimal): -8089923 or 12422788. OLE color: 12422788.

HSL color Cylindrical-coordinate representation of color #848EBD: hue angle of 229.47º 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 #848EBD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132142189-
CMYK0.300.2500.26
HSL229.47º30.16%62.94%-
HSV(B)229.47º30.16%74.12%-
XYZ28.3727.9352.04-
YUV144.37153.19119.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 142 (55.86% from 255) = 30.67%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=28.51%
G=30.67%
B=40.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321421890.300.2500.26229.4730.1662.94
Hex848EBD1E1901Ae51e3f
Octal20421627536310323453677
Binary10000100100011101011110111110110010110101110010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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