#848AB1

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

Shades of Wild Blue Yonder #848AB1

Tints of Wild Blue Yonder #848AB1

Color information

#848AB1 (or 0x848AB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8A and B1. RGB value is (132,138,177). Sum of RGB (Red+Green+Blue) = 132+138+177=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 177 - color contains mainly: blue. Hex color #848AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AB1 is #7B754E. Grayscale: #8C8C8C. Windows color (decimal): -8090959 or 11635332. OLE color: 11635332.

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

Color convert

RGB132138177-
CMYK0.250.2200.31
HSL232º22.39%60.59%-
HSV(B)232º25.42%69.41%-
XYZ26.5426.2645.26-
YUV140.65148.51121.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=29.53%
G=30.87%
B=39.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321381770.250.2200.3123222.3960.59
Hex848AB1191601Fe8163d
Octal20421226131260373502675
Binary10000100100010101011000111001101100111111110100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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