#8992BD

Color #8992BD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #8992BD

Tints of Wild Blue Yonder #8992BD

Color information

#8992BD (or 0x8992BD) is unknown color: approx 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

RGB137146189-
CMYK0.280.2300.26
HSL229.62º28.26%63.92%-
HSV(B)229.62º27.51%74.12%-
XYZ29.7829.5552.28-
YUV148.21151.02120-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371461890.280.2300.26229.6228.2663.92
Hex8992BD1C1701Ae61c40
Octal211222275342703234634100
Binary100010011001001010111101111001011101101011100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8992BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>