#848ABA

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

Shades of Wild Blue Yonder #848ABA

Tints of Wild Blue Yonder #848ABA

Color information

#848ABA (or 0x848ABA) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8A and BA. RGB value is (132,138,186). Sum of RGB (Red+Green+Blue) = 132+138+186=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #848ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ABA is #7B7545. Grayscale: #8D8D8D. Windows color (decimal): -8090950 or 12225156. OLE color: 12225156.

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

Color convert

RGB132138186-
CMYK0.290.2600.27
HSL233.33º28.12%62.35%-
HSV(B)233.33º29.03%72.94%-
XYZ27.4726.6350.15-
YUV141.68153.01121.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.95%
GREEN value IS 138 (54.30% from 255) = 30.26%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=28.95%
G=30.26%
B=40.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321381860.290.2600.27233.3328.1262.35
Hex848ABA1D1A01Be91c3e
Octal20421227235320333513476
Binary10000100100010101011101011101110100110111110100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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