#8995BC

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

Shades of Wild Blue Yonder #8995BC

Tints of Wild Blue Yonder #8995BC

Color information

#8995BC (or 0x8995BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 95 and BC. RGB value is (137,149,188). Sum of RGB (Red+Green+Blue) = 137+149+188=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #8995BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995BC is #766A43. Grayscale: #959595. Windows color (decimal): -7760452 or 12359049. OLE color: 12359049.

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

Color convert

RGB137149188-
CMYK0.270.2100.26
HSL225.88º27.57%63.73%-
HSV(B)225.88º27.13%73.73%-
XYZ30.1430.4451.86-
YUV149.86149.52118.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=28.90%
G=31.43%
B=39.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371491880.270.2100.26225.8827.5763.73
Hex8995BC1B1501Ae21c40
Octal211225274332503234234100
Binary100010011001010110111100110111010101101011100010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8995BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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