#8A93C1

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

Shades of Wild Blue Yonder #8A93C1

Tints of Wild Blue Yonder #8A93C1

Color information

#8A93C1 (or 0x8A93C1) is unknown color: approx Wild Blue Yonder. HEX triplet: 8A, 93 and C1. RGB value is (138,147,193). Sum of RGB (Red+Green+Blue) = 138+147+193=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #8A93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A93C1 is #756C3E. Grayscale: #959595. Windows color (decimal): -7695423 or 12686218. OLE color: 12686218.

HSL color Cylindrical-coordinate representation of color #8A93C1: hue angle of 230.18º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A93C1 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB138147193-
CMYK0.280.2400.24
HSL230.18º30.73%64.9%-
HSV(B)230.18º28.5%75.69%-
XYZ30.5430.1254.66-
YUV149.55152.52119.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.87%
GREEN value IS 147 (57.81% from 255) = 30.75%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=28.87%
G=30.75%
B=40.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381471930.280.2400.24230.1830.7364.9
Hex8A93C11C18018e61f41
Octal212223301343003034637101
Binary100010101001001111000001111001100001100011100110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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