#8793BF

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

Shades of Wild Blue Yonder #8793BF

Tints of Wild Blue Yonder #8793BF

Color information

#8793BF (or 0x8793BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 93 and BF. RGB value is (135,147,191). Sum of RGB (Red+Green+Blue) = 135+147+191=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #8793BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8793BF is #786C40. Grayscale: #949494. Windows color (decimal): -7892033 or 12555143. OLE color: 12555143.

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

Color convert

RGB135147191-
CMYK0.290.2300.25
HSL227.14º30.43%63.92%-
HSV(B)227.14º29.32%74.9%-
XYZ29.8329.7853.47-
YUV148.43152.02118.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.54%
GREEN value IS 147 (57.81% from 255) = 31.08%
BLUE value IS 191 (75% from 255) = 40.38%
R=28.54%
G=31.08%
B=40.38%

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
Decimal1351471910.290.2300.25227.1430.4363.92
Hex8793BF1D17019e31e40
Octal207223277352703134336100
Binary100001111001001110111111111011011101100111100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8793BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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