#848ABE

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

Shades of Wild Blue Yonder #848ABE

Tints of Wild Blue Yonder #848ABE

Color information

#848ABE (or 0x848ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8A and BE. RGB value is (132,138,190). Sum of RGB (Red+Green+Blue) = 132+138+190=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #848ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848ABE is #7B7541. Grayscale: #8D8D8D. Windows color (decimal): -8090946 or 12487300. OLE color: 12487300.

HSL color Cylindrical-coordinate representation of color #848ABE: hue angle of 233.79º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #848ABE is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132138190-
CMYK0.310.2700.25
HSL233.79º30.85%63.14%-
HSV(B)233.79º30.53%74.51%-
XYZ27.926.852.42-
YUV142.13155.01120.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 138 (54.30% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=28.70%
G=30%
B=41.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321381900.310.2700.25233.7930.8563.14
Hex848ABE1F1B019ea1f3f
Octal20421227637330313523777
Binary10000100100010101011111011111110110110011110101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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