#8a93bf

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

Shades of Wild Blue Yonder #8A93BF

Tints of Wild Blue Yonder #8A93BF

Color information

#8A93BF (or 0x8A93BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 8A, 93 and BF. RGB value is (138,147,191). Sum of RGB (Red+Green+Blue) = 138+147+191=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93BF is #756C40. Grayscale: #959595. Windows color (decimal): -7695425 or 12555146. OLE color: 12555146.

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

Color convert

RGB138147191-
CMYK0.280.2300.25
HSL229.81º29.28%64.51%-
HSV(B)229.81º27.75%74.9%-
XYZ30.3230.0353.49-
YUV149.32151.52119.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.99%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 191 (75% from 255) = 40.13%
R=28.99%
G=30.88%
B=40.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381471910.280.2300.25229.8129.2864.51
Hex8A93BF1C17019e61d41
Octal212223277342703134635101
Binary100010101001001110111111111001011101100111100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a93bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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