Html Css Color HEX #898EBC Wild Blue Yonder

📋 copy color: '#898EBC'

red 137 ◦ green 142 ◦ blue 188

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

Shades of Wild Blue Yonder #898EBC

Tints of Wild Blue Yonder #898EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 29.34%
G = 30.41%
B = 40.26%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#898EBC (or 0x898EBC) is known color: Wild Blue Yonder. HEX triplet: 89, 8E and BC. RGB value is (137,142,188). Sum of RGB (Red+Green+Blue) = 137+142+188=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #898EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898EBC is #767143. Grayscale: #919191. Windows color (decimal): -7762244 or 12357257. OLE color: 12357257.

HSL color Cylindrical-coordinate representation of color #898EBC: hue angle of 234.12º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898EBC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 142 188 -
CMYK 0.27 0.24 0 0.26
HSL 234.12º 0.28% 0.64% -
HSV(B) 234.12º 0.27% 0.74% -
XYZ 29.07 28.3 51.51 -
YUV 145.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 137 142 188 0.27 0.24 0 0.26 234.12 0.28 0.64
Hex 89 8E BC 1B 18 0 1A EA 1C 40
Octal 211 216 274 33 30 0 32 352 34 100
Binary 10001001 10001110 10111100 11011 11000 0 11010 11101010 11100 1000000

Color Harmonies of #898EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898EBC

Black with #898EBC

Text Example


Text Example

White with #898EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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