#848FBA

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

Shades of Wild Blue Yonder #848FBA

Tints of Wild Blue Yonder #848FBA

Color information

#848FBA (or 0x848FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8F and BA. RGB value is (132,143,186). Sum of RGB (Red+Green+Blue) = 132+143+186=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #848FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FBA is #7B7045. Grayscale: #909090. Windows color (decimal): -8089670 or 12226436. OLE color: 12226436.

HSL color Cylindrical-coordinate representation of color #848FBA: hue angle of 227.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #848FBA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132143186-
CMYK0.290.2300.27
HSL227.78º28.12%62.35%-
HSV(B)227.78º29.03%72.94%-
XYZ28.228.150.39-
YUV144.61151.36119-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=28.63%
G=31.02%
B=40.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321431860.290.2300.27227.7828.1262.35
Hex848FBA1D1701Be41c3e
Octal20421727235270333443476
Binary10000100100011111011101011101101110110111110010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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