#8B92BE

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

Shades of Wild Blue Yonder #8B92BE

Tints of Wild Blue Yonder #8B92BE

Color information

#8B92BE (or 0x8B92BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 92 and BE. RGB value is (139,146,190). Sum of RGB (Red+Green+Blue) = 139+146+190=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B92BE is #746D41. Grayscale: #949494. Windows color (decimal): -7630146 or 12489355. OLE color: 12489355.

HSL color Cylindrical-coordinate representation of color #8B92BE: hue angle of 231.76º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B92BE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139146190-
CMYK0.270.2300.25
HSL231.76º28.18%64.51%-
HSV(B)231.76º26.84%74.51%-
XYZ30.2229.7652.87-
YUV148.92151.18120.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 190 (74.61% from 255) = 40%
R=29.26%
G=30.74%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391461900.270.2300.25231.7628.1864.51
Hex8B92BE1B17019e81c41
Octal213222276332703135034101
Binary100010111001001010111110110111011101100111101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B92BE; }

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

 H1.HeaderClassName
 {
   color: #8B92BE;
 }
 .AnyTagClassName
 {
   color: #8B92BE;
 }
</style>
background-color css

<style>
 a { background-color: #8B92BE; }

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

 div.DivClassName
 {
   background-color: #8B92BE;
 }
 .BgClassName
 {
   background-color: #8B92BE;
 }
</style>
border-color css

<style>
 span { border-color: #8B92BE; }

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

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