#8993C0

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

Shades of Wild Blue Yonder #8993C0

Tints of Wild Blue Yonder #8993C0

Color information

#8993C0 (or 0x8993C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 93 and C0. RGB value is (137,147,192). Sum of RGB (Red+Green+Blue) = 137+147+192=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 192 - color contains mainly: blue. Hex color #8993C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8993C0 is #766C3F. Grayscale: #949494. Windows color (decimal): -7760960 or 12620681. OLE color: 12620681.

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

Color convert

RGB137147192-
CMYK0.290.2300.25
HSL229.09º30.39%64.51%-
HSV(B)229.09º28.65%75.29%-
XYZ30.2629.9954.06-
YUV149.14152.19119.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.78%
GREEN value IS 147 (57.81% from 255) = 30.88%
BLUE value IS 192 (75.39% from 255) = 40.34%
R=28.78%
G=30.88%
B=40.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371471920.290.2300.25229.0930.3964.51
Hex8993C01D17019e51e41
Octal211223300352703134536101
Binary100010011001001111000000111011011101100111100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8993C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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