Html Css Color HEX #898EBA Wild Blue Yonder

📋 copy color: '#898EBA'

red 137 ◦ green 142 ◦ blue 186

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

Shades of Wild Blue Yonder #898EBA

Tints of Wild Blue Yonder #898EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

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

R = 29.46%
G = 30.54%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#898EBA (or 0x898EBA) is known color: Wild Blue Yonder. HEX triplet: 89, 8E and BA. RGB value is (137,142,186). Sum of RGB (Red+Green+Blue) = 137+142+186=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #898EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EBA is #767145. Grayscale: #919191. Windows color (decimal): -7762246 or 12226185. OLE color: 12226185.

HSL color Cylindrical-coordinate representation of color #898EBA: hue angle of 233.88º 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 #898EBA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 142 186 -
CMYK 0.26 0.24 0 0.27
HSL 233.88º 0.26% 0.63% -
HSV(B) 233.88º 0.26% 0.73% -
XYZ 28.85 28.21 50.38 -
YUV 145.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 137 142 186 0.26 0.24 0 0.27 233.88 0.26 0.63
Hex 89 8E BA 1A 18 0 1B EA 1A 3F
Octal 211 216 272 32 30 0 33 352 32 77
Binary 10001001 10001110 10111010 11010 11000 0 11011 11101010 11010 111111

Color Harmonies of #898EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EBA

Black with #898EBA

Text Example


Text Example

White with #898EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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