#8993BF

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

Shades of Wild Blue Yonder #8993BF

Tints of Wild Blue Yonder #8993BF

Color information

#8993BF (or 0x8993BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 93 and BF. RGB value is (137,147,191). Sum of RGB (Red+Green+Blue) = 137+147+191=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #8993BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993BF is #766C40. Grayscale: #949494. Windows color (decimal): -7760961 or 12555145. OLE color: 12555145.

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

Color convert

RGB137147191-
CMYK0.280.2300.25
HSL228.89º29.67%64.31%-
HSV(B)228.89º28.27%74.9%-
XYZ30.1529.9553.48-
YUV149.03151.69119.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.84%
GREEN value IS 147 (57.81% from 255) = 30.95%
BLUE value IS 191 (75% from 255) = 40.21%
R=28.84%
G=30.95%
B=40.21%

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
Decimal1371471910.280.2300.25228.8929.6764.31
Hex8993BF1C17019e51e40
Octal211223277342703134536100
Binary100010011001001110111111111001011101100111100101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8993BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8993BF; }

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

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

<style>
 a { background-color: #8993BF; }

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

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

<style>
 span { border-color: #8993BF; }

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

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