#848DB5

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

Shades of Wild Blue Yonder #848DB5

Tints of Wild Blue Yonder #848DB5

Color information

#848DB5 (or 0x848DB5) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8D and B5. RGB value is (132,141,181). Sum of RGB (Red+Green+Blue) = 132+141+181=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #848DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DB5 is #7B724A. Grayscale: #8E8E8E. Windows color (decimal): -8090187 or 11898244. OLE color: 11898244.

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

Color convert

RGB132141181-
CMYK0.270.2200.29
HSL228.98º24.87%61.37%-
HSV(B)228.98º27.07%70.98%-
XYZ27.3827.2947.54-
YUV142.87149.52120.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.07%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 181 (71.09% from 255) = 39.87%
R=29.07%
G=31.06%
B=39.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1321411810.270.2200.29228.9824.8761.37
Hex848DB51B1601De5193d
Octal20421526533260353453175
Binary10000100100011011011010111011101100111011110010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,141,181); }

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

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

 a { background-color: rgb(132,141,181); }

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

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

 span { border-color: rgb(132,141,181); }

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