Html Css Color HEX #898CBA Wild Blue Yonder

📋 copy color: '#898CBA'

red 137 ◦ green 140 ◦ blue 186

#898CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #898CBA

Tints of Wild Blue Yonder #898CBA

RGB

 RED value IS 137 (53.91% from 255) = 29.59%

 GREEN value IS 140 (55.08% from 255) = 30.24%

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 29.59%
G = 30.24%
B = 40.17%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#898CBA (or 0x898CBA) is known color: Wild Blue Yonder. HEX triplet: 89, 8C and BA. RGB value is (137,140,186). Sum of RGB (Red+Green+Blue) = 137+140+186=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #898CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CBA is #767345. Grayscale: #909090. Windows color (decimal): -7762758 or 12225673. OLE color: 12225673.

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

Color convert

RGB 137 140 186 -
CMYK 0.26 0.25 0 0.27
HSL 236.33º 0.26% 0.63% -
HSV(B) 236.33º 0.26% 0.73% -
XYZ 28.56 27.62 50.28 -
YUV 144.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 137 140 186 0.26 0.25 0 0.27 236.33 0.26 0.63
Hex 89 8C BA 1A 19 0 1B EC 1A 3F
Octal 211 214 272 32 31 0 33 354 32 77
Binary 10001001 10001100 10111010 11010 11001 0 11011 11101100 11010 111111

Color Harmonies of #898CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CBA

Black with #898CBA

Text Example


Text Example

White with #898CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #898CBA;
 }
 .AnyTagClassName
 {
   color: #898CBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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