#898DB8

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

Shades of Wild Blue Yonder #898DB8

Tints of Wild Blue Yonder #898DB8

Color information

#898DB8 (or 0x898DB8) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8D and B8. RGB value is (137,141,184). Sum of RGB (Red+Green+Blue) = 137+141+184=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #898DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DB8 is #767247. Grayscale: #909090. Windows color (decimal): -7762504 or 12094857. OLE color: 12094857.

HSL color Cylindrical-coordinate representation of color #898DB8: hue angle of 234.89º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898DB8 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB137141184-
CMYK0.260.2300.28
HSL234.89º24.87%62.94%-
HSV(B)234.89º25.54%72.16%-
XYZ28.4927.8349.22-
YUV144.71150.17122.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.65%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=29.65%
G=30.52%
B=39.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371411840.260.2300.28234.8924.8762.94
Hex898DB81A1701Ceb193f
Octal21121527032270343533177
Binary10001001100011011011100011010101110111001110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898DB8; }

 p { color: rgb(137,141,184); }

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

<style>
 a { background-color: #898DB8; }

 a { background-color: rgb(137,141,184); }

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

<style>
 span { border-color: #898DB8; }

 span { border-color: rgb(137,141,184); }

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