#8995BF

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

Shades of Wild Blue Yonder #8995BF

Tints of Wild Blue Yonder #8995BF

Color information

#8995BF (or 0x8995BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 89, 95 and BF. RGB value is (137,149,191). Sum of RGB (Red+Green+Blue) = 137+149+191=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #8995BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995BF is #766A40. Grayscale: #969696. Windows color (decimal): -7760449 or 12555657. OLE color: 12555657.

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

Color convert

RGB137149191-
CMYK0.280.2200.25
HSL226.67º29.67%64.31%-
HSV(B)226.67º28.27%74.9%-
XYZ30.4730.5753.59-
YUV150.2151.02118.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 149 (58.59% from 255) = 31.24%
BLUE value IS 191 (75% from 255) = 40.04%
R=28.72%
G=31.24%
B=40.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371491910.280.2200.25226.6729.6764.31
Hex8995BF1C16019e31e40
Octal211225277342603134336100
Binary100010011001010110111111111001011001100111100011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8995BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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