#8A8EBA

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

Shades of Wild Blue Yonder #8A8EBA

Tints of Wild Blue Yonder #8A8EBA

Color information

#8A8EBA (or 0x8A8EBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 8A, 8E and BA. RGB value is (138,142,186). Sum of RGB (Red+Green+Blue) = 138+142+186=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A8EBA is #757145. Grayscale: #919191. Windows color (decimal): -7696710 or 12226186. OLE color: 12226186.

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

Color convert

RGB138142186-
CMYK0.260.2400.27
HSL235º25.81%63.53%-
HSV(B)235º25.81%72.94%-
XYZ29.0228.2950.39-
YUV145.82150.67122.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.61%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=29.61%
G=30.47%
B=39.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1381421860.260.2400.2723525.8163.53
Hex8A8EBA1A1801Beb1a40
Octal212216272323003335332100
Binary100010101000111010111010110101100001101111101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,186); }

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

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

 a { background-color: rgb(138,142,186); }

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

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

 span { border-color: rgb(138,142,186); }

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