#898CC0

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

Shades of Wild Blue Yonder #898CC0

Tints of Wild Blue Yonder #898CC0

Color information

#898CC0 (or 0x898CC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 8C and C0. RGB value is (137,140,192). Sum of RGB (Red+Green+Blue) = 137+140+192=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #898CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CC0 is #76733F. Grayscale: #909090. Windows color (decimal): -7762752 or 12618889. OLE color: 12618889.

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

Color convert

RGB137140192-
CMYK0.290.2700.25
HSL236.73º30.39%64.51%-
HSV(B)236.73º28.65%75.29%-
XYZ29.2127.8853.71-
YUV145.03154.51122.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.21%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=29.21%
G=29.85%
B=40.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371401920.290.2700.25236.7330.3964.51
Hex898CC01D1B019ed1e41
Octal211214300353303135536101
Binary100010011000110011000000111011101101100111101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,140,192); }

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

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

 a { background-color: rgb(137,140,192); }

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

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

 span { border-color: rgb(137,140,192); }

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