#898FBF

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

Shades of Wild Blue Yonder #898FBF

Tints of Wild Blue Yonder #898FBF

Color information

#898FBF (or 0x898FBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8F and BF. RGB value is (137,143,191). Sum of RGB (Red+Green+Blue) = 137+143+191=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #898FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FBF is #767040. Grayscale: #929292. Windows color (decimal): -7761985 or 12554121. OLE color: 12554121.

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

Color convert

RGB137143191-
CMYK0.280.2500.25
HSL233.33º29.67%64.31%-
HSV(B)233.33º28.27%74.9%-
XYZ29.5428.7253.28-
YUV146.68153.01121.1-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.09%
GREEN value IS 143 (56.25% from 255) = 30.36%
BLUE value IS 191 (75% from 255) = 40.55%
R=29.09%
G=30.36%
B=40.55%

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
Decimal1371431910.280.2500.25233.3329.6764.31
Hex898FBF1C19019e91e40
Octal211217277343103135136100
Binary100010011000111110111111111001100101100111101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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