#8095BC

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

Shades of Wild Blue Yonder #8095BC

Tints of Wild Blue Yonder #8095BC

Color information

#8095BC (or 0x8095BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 95 and BC. RGB value is (128,149,188). Sum of RGB (Red+Green+Blue) = 128+149+188=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #8095BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095BC is #7F6A43. Grayscale: #929292. Windows color (decimal): -8350276 or 12359040. OLE color: 12359040.

HSL color Cylindrical-coordinate representation of color #8095BC: hue angle of 219º 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 #8095BC is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128149188-
CMYK0.320.2100.26
HSL219º30.93%61.96%-
HSV(B)219º31.91%73.73%-
XYZ28.7329.7151.8-
YUV147.17151.04114.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 188 (73.83% from 255) = 40.43%
R=27.53%
G=32.04%
B=40.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281491880.320.2100.2621930.9361.96
Hex8095BC201501Adb1f3e
Octal20022527440250323333776
Binary100000001001010110111100100000101010110101101101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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