#898DBE

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

Shades of Wild Blue Yonder #898DBE

Tints of Wild Blue Yonder #898DBE

Color information

#898DBE (or 0x898DBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8D and BE. RGB value is (137,141,190). Sum of RGB (Red+Green+Blue) = 137+141+190=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #898DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DBE is #767241. Grayscale: #919191. Windows color (decimal): -7762498 or 12488073. OLE color: 12488073.

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

Color convert

RGB137141190-
CMYK0.280.2600.25
HSL235.47º28.96%64.12%-
HSV(B)235.47º27.89%74.51%-
XYZ29.1428.0952.6-
YUV145.39153.17122.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.27%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=29.27%
G=30.13%
B=40.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371411900.280.2600.25235.4728.9664.12
Hex898DBE1C1A019eb1d40
Octal211215276343203135335100
Binary100010011000110110111110111001101001100111101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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