#848CBD

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

Shades of Wild Blue Yonder #848CBD

Tints of Wild Blue Yonder #848CBD

Color information

#848CBD (or 0x848CBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8C and BD. RGB value is (132,140,189). Sum of RGB (Red+Green+Blue) = 132+140+189=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #848CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CBD is #7B7342. Grayscale: #8E8E8E. Windows color (decimal): -8090435 or 12422276. OLE color: 12422276.

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

Color convert

RGB132140189-
CMYK0.300.2600.26
HSL231.58º30.16%62.94%-
HSV(B)231.58º30.16%74.12%-
XYZ28.0827.3451.94-
YUV143.19153.85120.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=28.63%
G=30.37%
B=41.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321401890.300.2600.26231.5830.1662.94
Hex848CBD1E1A01Ae81e3f
Octal20421427536320323503677
Binary10000100100011001011110111110110100110101110100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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