Html Css Color HEX #898EBE Wild Blue Yonder

📋 copy color: '#898EBE'

red 137 ◦ green 142 ◦ blue 190

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

Shades of Wild Blue Yonder #898EBE

Tints of Wild Blue Yonder #898EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 29.21%
G = 30.28%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#898EBE (or 0x898EBE) is known color: Wild Blue Yonder. HEX triplet: 89, 8E and BE. RGB value is (137,142,190). Sum of RGB (Red+Green+Blue) = 137+142+190=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #898EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EBE is #767141. Grayscale: #919191. Windows color (decimal): -7762242 or 12488329. OLE color: 12488329.

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

Color convert

RGB 137 142 190 -
CMYK 0.28 0.25 0 0.25
HSL 234.34º 0.29% 0.64% -
HSV(B) 234.34º 0.28% 0.75% -
XYZ 29.28 28.38 52.65 -
YUV 145.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 137 142 190 0.28 0.25 0 0.25 234.34 0.29 0.64
Hex 89 8E BE 1C 19 0 19 EA 1D 40
Octal 211 216 276 34 31 0 31 352 35 100
Binary 10001001 10001110 10111110 11100 11001 0 11001 11101010 11101 1000000

Color Harmonies of #898EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EBE

Black with #898EBE

Text Example


Text Example

White with #898EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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