#8087BC

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

Shades of Wild Blue Yonder #8087BC

Tints of Wild Blue Yonder #8087BC

Color information

#8087BC (or 0x8087BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 87 and BC. RGB value is (128,135,188). Sum of RGB (Red+Green+Blue) = 128+135+188=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #8087BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087BC is #7F7843. Grayscale: #8A8A8A. Windows color (decimal): -8353860 or 12355456. OLE color: 12355456.

HSL color Cylindrical-coordinate representation of color #8087BC: hue angle of 233º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8087BC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128135188-
CMYK0.320.2800.26
HSL233º30.93%61.96%-
HSV(B)233º31.91%73.73%-
XYZ26.6425.5551.1-
YUV138.95155.68120.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.38%
GREEN value IS 135 (53.12% from 255) = 29.93%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=28.38%
G=29.93%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281351880.320.2800.2623330.9361.96
Hex8087BC201C01Ae91f3e
Octal20020727440340323513776
Binary100000001000011110111100100000111000110101110100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8087BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8087BC; }

 p { color: rgb(128,135,188); }

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

<style>
 a { background-color: #8087BC; }

 a { background-color: rgb(128,135,188); }

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

<style>
 span { border-color: #8087BC; }

 span { border-color: rgb(128,135,188); }

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