#8B93BD

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

Shades of Wild Blue Yonder #8B93BD

Tints of Wild Blue Yonder #8B93BD

Color information

#8B93BD (or 0x8B93BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 93 and BD. RGB value is (139,147,189). Sum of RGB (Red+Green+Blue) = 139+147+189=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93BD is #746C42. Grayscale: #959595. Windows color (decimal): -7629891 or 12424075. OLE color: 12424075.

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

Color convert

RGB139147189-
CMYK0.260.2200.26
HSL230.4º27.47%64.31%-
HSV(B)230.4º26.46%74.12%-
XYZ30.2730.0352.35-
YUV149.4150.35120.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.26%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=29.26%
G=30.95%
B=39.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1391471890.260.2200.26230.427.4764.31
Hex8B93BD1A1601Ae61b40
Octal213223275322603234633100
Binary100010111001001110111101110101011001101011100110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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