#8A93B4

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

Shades of Wild Blue Yonder #8A93B4

Tints of Wild Blue Yonder #8A93B4

Color information

#8A93B4 (or 0x8A93B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 8A, 93 and B4. RGB value is (138,147,180). Sum of RGB (Red+Green+Blue) = 138+147+180=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A93B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93B4 is #756C4B. Grayscale: #939393. Windows color (decimal): -7695436 or 11834250. OLE color: 11834250.

HSL color Cylindrical-coordinate representation of color #8A93B4: hue angle of 227.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A93B4 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB138147180-
CMYK0.230.1800.29
HSL227.14º21.87%62.35%-
HSV(B)227.14º23.33%70.59%-
XYZ29.1529.5747.35-
YUV148.07146.02120.82-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 147 (57.81% from 255) = 31.61%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=29.68%
G=31.61%
B=38.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381471800.230.1800.29227.1421.8762.35
Hex8A93B4171201De3163e
Octal21222326427220353432676
Binary10001010100100111011010010111100100111011110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A93B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,147,180); }

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

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

 a { background-color: rgb(138,147,180); }

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

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

 span { border-color: rgb(138,147,180); }

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