#8B93BE

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

Shades of Wild Blue Yonder #8B93BE

Tints of Wild Blue Yonder #8B93BE

Color information

#8B93BE (or 0x8B93BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 93 and BE. RGB value is (139,147,190). Sum of RGB (Red+Green+Blue) = 139+147+190=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93BE is #746C41. Grayscale: #959595. Windows color (decimal): -7629890 or 12489611. OLE color: 12489611.

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

Color convert

RGB139147190-
CMYK0.270.2300.25
HSL230.59º28.18%64.51%-
HSV(B)230.59º26.84%74.51%-
XYZ30.3830.0752.92-
YUV149.51150.85120.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.20%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=29.20%
G=30.88%
B=39.92%

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
Decimal1391471900.270.2300.25230.5928.1864.51
Hex8B93BE1B17019e71c41
Octal213223276332703134734101
Binary100010111001001110111110110111011101100111100111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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