Html Css Color HEX #898CB6 Wild Blue Yonder

📋 copy color: '#898CB6'

red 137 ◦ green 140 ◦ blue 182

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

Shades of Wild Blue Yonder #898CB6

Tints of Wild Blue Yonder #898CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 29.85%
G = 30.5%
B = 39.65%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#898CB6 (or 0x898CB6) is known color: Wild Blue Yonder. HEX triplet: 89, 8C and B6. RGB value is (137,140,182). Sum of RGB (Red+Green+Blue) = 137+140+182=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 182 - color contains mainly: blue. Hex color #898CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CB6 is #767349. Grayscale: #8F8F8F. Windows color (decimal): -7762762 or 11963529. OLE color: 11963529.

HSL color Cylindrical-coordinate representation of color #898CB6: hue angle of 236º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #898CB6 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 140 182 -
CMYK 0.25 0.23 0 0.29
HSL 236º 0.24% 0.63% -
HSV(B) 236º 0.25% 0.71% -
XYZ 28.14 27.45 48.07 -
YUV 143.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 137 140 182 0.25 0.23 0 0.29 236 0.24 0.63
Hex 89 8C B6 19 17 0 1D EC 18 3F
Octal 211 214 266 31 27 0 35 354 30 77
Binary 10001001 10001100 10110110 11001 10111 0 11101 11101100 11000 111111

Color Harmonies of #898CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CB6

Black with #898CB6

Text Example


Text Example

White with #898CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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