#898FBE

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

Shades of Wild Blue Yonder #898FBE

Tints of Wild Blue Yonder #898FBE

Color information

#898FBE (or 0x898FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8F and BE. RGB value is (137,143,190). Sum of RGB (Red+Green+Blue) = 137+143+190=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #898FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FBE is #767041. Grayscale: #929292. Windows color (decimal): -7761986 or 12488585. OLE color: 12488585.

HSL color Cylindrical-coordinate representation of color #898FBE: hue angle of 233.21º 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 #898FBE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137143190-
CMYK0.280.2500.25
HSL233.21º28.96%64.12%-
HSV(B)233.21º27.89%74.51%-
XYZ29.4328.6852.7-
YUV146.56152.51121.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 143 (56.25% from 255) = 30.43%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=29.15%
G=30.43%
B=40.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371431900.280.2500.25233.2128.9664.12
Hex898FBE1C19019e91d40
Octal211217276343103135135100
Binary100010011000111110111110111001100101100111101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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