#848CB1

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

Shades of Wild Blue Yonder #848CB1

Tints of Wild Blue Yonder #848CB1

Color information

#848CB1 (or 0x848CB1) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8C and B1. RGB value is (132,140,177). Sum of RGB (Red+Green+Blue) = 132+140+177=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #848CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CB1 is #7B734E. Grayscale: #8D8D8D. Windows color (decimal): -8090447 or 11635844. OLE color: 11635844.

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

Color convert

RGB132140177-
CMYK0.250.2100.31
HSL229.33º22.39%60.59%-
HSV(B)229.33º25.42%69.41%-
XYZ26.8326.8445.36-
YUV141.83147.85120.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.40%
GREEN value IS 140 (55.08% from 255) = 31.18%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=29.40%
G=31.18%
B=39.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321401770.250.2100.31229.3322.3960.59
Hex848CB1191501Fe5163d
Octal20421426131250373452675
Binary10000100100011001011000111001101010111111110010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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