#8A93BD

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

Shades of Wild Blue Yonder #8A93BD

Tints of Wild Blue Yonder #8A93BD

Color information

#8A93BD (or 0x8A93BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 8A, 93 and BD. RGB value is (138,147,189). Sum of RGB (Red+Green+Blue) = 138+147+189=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A93BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93BD is #756C42. Grayscale: #949494. Windows color (decimal): -7695427 or 12424074. OLE color: 12424074.

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

Color convert

RGB138147189-
CMYK0.270.2200.26
HSL229.41º27.87%64.12%-
HSV(B)229.41º26.98%74.12%-
XYZ30.129.9452.34-
YUV149.1150.52120.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.11%
GREEN value IS 147 (57.81% from 255) = 31.01%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=29.11%
G=31.01%
B=39.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381471890.270.2200.26229.4127.8764.12
Hex8A93BD1B1601Ae51c40
Octal212223275332603234534100
Binary100010101001001110111101110111011001101011100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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