Html Css Color HEX #8992BE Wild Blue Yonder

📋 copy color: '#8992BE'

red 137 ◦ green 146 ◦ blue 190

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

Shades of Wild Blue Yonder #8992BE

Tints of Wild Blue Yonder #8992BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 28.96%
G = 30.87%
B = 40.17%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8992BE (or 0x8992BE) is known color: Wild Blue Yonder. HEX triplet: 89, 92 and BE. RGB value is (137,146,190). Sum of RGB (Red+Green+Blue) = 137+146+190=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #8992BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992BE is #766D41. Grayscale: #949494. Windows color (decimal): -7761218 or 12489353. OLE color: 12489353.

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

Color convert

RGB 137 146 190 -
CMYK 0.28 0.23 0 0.25
HSL 229.81º 0.29% 0.64% -
HSV(B) 229.81º 0.28% 0.75% -
XYZ 29.89 29.59 52.85 -
YUV 148.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 137 146 190 0.28 0.23 0 0.25 229.81 0.29 0.64
Hex 89 92 BE 1C 17 0 19 E6 1D 40
Octal 211 222 276 34 27 0 31 346 35 100
Binary 10001001 10010010 10111110 11100 10111 0 11001 11100110 11101 1000000

Color Harmonies of #8992BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992BE

Black with #8992BE

Text Example


Text Example

White with #8992BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8992BE; }

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

 H1.HeaderClassName
 {
   color: #8992BE;
 }
 .AnyTagClassName
 {
   color: #8992BE;
 }
</style>

background-color css

<style>
 a { background-color: #8992BE; }

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

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

border-color css

<style>
 span { border-color: #8992BE; }

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

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