Html Css Color HEX #8992BD Wild Blue Yonder

📋 copy color: '#8992BD'

red 137 ◦ green 146 ◦ blue 189

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

Shades of Wild Blue Yonder #8992BD

Tints of Wild Blue Yonder #8992BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 29.03%
G = 30.93%
B = 40.04%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8992BD (or 0x8992BD) is known color: Wild Blue Yonder. HEX triplet: 89, 92 and BD. RGB value is (137,146,189). Sum of RGB (Red+Green+Blue) = 137+146+189=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #8992BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992BD is #766D42. Grayscale: #949494. Windows color (decimal): -7761219 or 12423817. OLE color: 12423817.

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

Color convert

RGB 137 146 189 -
CMYK 0.28 0.23 0 0.26
HSL 229.62º 0.28% 0.64% -
HSV(B) 229.62º 0.28% 0.74% -
XYZ 29.78 29.55 52.28 -
YUV 148.21 151.02 120 -
System Red Green Blue C M Y K H S L
Decimal 137 146 189 0.28 0.23 0 0.26 229.62 0.28 0.64
Hex 89 92 BD 1C 17 0 1A E6 1C 40
Octal 211 222 275 34 27 0 32 346 34 100
Binary 10001001 10010010 10111101 11100 10111 0 11010 11100110 11100 1000000

Color Harmonies of #8992BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992BD

Black with #8992BD

Text Example


Text Example

White with #8992BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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