Html Css Color HEX #898CBE Wild Blue Yonder

📋 copy color: '#898CBE'

red 137 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #898CBE

Tints of Wild Blue Yonder #898CBE

RGB

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

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

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

R = 29.34%
G = 29.98%
B = 40.69%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#898CBE (or 0x898CBE) is known color: Wild Blue Yonder. HEX triplet: 89, 8C and BE. RGB value is (137,140,190). Sum of RGB (Red+Green+Blue) = 137+140+190=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #898CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CBE is #767341. Grayscale: #909090. Windows color (decimal): -7762754 or 12487817. OLE color: 12487817.

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

Color convert

RGB 137 140 190 -
CMYK 0.28 0.26 0 0.25
HSL 236.6º 0.29% 0.64% -
HSV(B) 236.6º 0.28% 0.75% -
XYZ 28.99 27.79 52.55 -
YUV 144.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 137 140 190 0.28 0.26 0 0.25 236.6 0.29 0.64
Hex 89 8C BE 1C 1A 0 19 ED 1D 40
Octal 211 214 276 34 32 0 31 355 35 100
Binary 10001001 10001100 10111110 11100 11010 0 11001 11101101 11101 1000000

Color Harmonies of #898CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898CBE

Black with #898CBE

Text Example


Text Example

White with #898CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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