#848CBA

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

Shades of Wild Blue Yonder #848CBA

Tints of Wild Blue Yonder #848CBA

Color information

#848CBA (or 0x848CBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8C and BA. RGB value is (132,140,186). Sum of RGB (Red+Green+Blue) = 132+140+186=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #848CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CBA is #7B7345. Grayscale: #8E8E8E. Windows color (decimal): -8090438 or 12225668. OLE color: 12225668.

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

Color convert

RGB132140186-
CMYK0.290.2500.27
HSL231.11º28.12%62.35%-
HSV(B)231.11º29.03%72.94%-
XYZ27.7627.2150.24-
YUV142.85152.35120.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 140 (55.08% from 255) = 30.57%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=28.82%
G=30.57%
B=40.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321401860.290.2500.27231.1128.1262.35
Hex848CBA1D1901Be71c3e
Octal20421427235310333473476
Binary10000100100011001011101011101110010110111110011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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