#8C93BA

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

Shades of Wild Blue Yonder #8C93BA

Tints of Wild Blue Yonder #8C93BA

Color information

#8C93BA (or 0x8C93BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 8C, 93 and BA. RGB value is (140,147,186). Sum of RGB (Red+Green+Blue) = 140+147+186=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93BA is #736C45. Grayscale: #959595. Windows color (decimal): -7564358 or 12227468. OLE color: 12227468.

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

Color convert

RGB140147186-
CMYK0.250.2100.27
HSL230.87º25%63.92%-
HSV(B)230.87º24.73%72.94%-
XYZ30.1129.9950.66-
YUV149.35148.68121.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=29.60%
G=31.08%
B=39.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401471860.250.2100.27230.872563.92
Hex8C93BA191501Be71940
Octal214223272312503334731100
Binary100011001001001110111010110011010101101111100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,186); }

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

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

 a { background-color: rgb(140,147,186); }

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

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

 span { border-color: rgb(140,147,186); }

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