#8A93BE

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

Shades of Wild Blue Yonder #8A93BE

Tints of Wild Blue Yonder #8A93BE

Color information

#8A93BE (or 0x8A93BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 8A, 93 and BE. RGB value is (138,147,190). Sum of RGB (Red+Green+Blue) = 138+147+190=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93BE is #756C41. Grayscale: #959595. Windows color (decimal): -7695426 or 12489610. OLE color: 12489610.

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

Color convert

RGB138147190-
CMYK0.270.2300.25
HSL229.62º28.57%64.31%-
HSV(B)229.62º27.37%74.51%-
XYZ30.2129.9952.91-
YUV149.21151.02120-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.05%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 190 (74.61% from 255) = 40%
R=29.05%
G=30.95%
B=40%

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
Decimal1381471900.270.2300.25229.6228.5764.31
Hex8A93BE1B17019e61d40
Octal212223276332703134635100
Binary100010101001001110111110110111011101100111100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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