Html Css Color HEX #898BBA Wild Blue Yonder

📋 copy color: '#898BBA'

red 137 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #898BBA

Tints of Wild Blue Yonder #898BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.09%

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

R = 29.65%
G = 30.09%
B = 40.26%

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

#898BBA (or 0x898BBA) is known color: Wild Blue Yonder. HEX triplet: 89, 8B and BA. RGB value is (137,139,186). Sum of RGB (Red+Green+Blue) = 137+139+186=462 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.65% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #898BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898BBA is #767445. Grayscale: #8F8F8F. Windows color (decimal): -7763014 or 12225417. OLE color: 12225417.

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

Color convert

RGB 137 139 186 -
CMYK 0.26 0.25 0 0.27
HSL 237.55º 0.26% 0.63% -
HSV(B) 237.55º 0.26% 0.73% -
XYZ 28.41 27.33 50.23 -
YUV 143.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 137 139 186 0.26 0.25 0 0.27 237.55 0.26 0.63
Hex 89 8B BA 1A 19 0 1B EE 1A 3F
Octal 211 213 272 32 31 0 33 356 32 77
Binary 10001001 10001011 10111010 11010 11001 0 11011 11101110 11010 111111

Color Harmonies of #898BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898BBA

Black with #898BBA

Text Example


Text Example

White with #898BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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