#8b95bf

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

Shades of Wild Blue Yonder #8B95BF

Tints of Wild Blue Yonder #8B95BF

Color information

#8B95BF (or 0x8B95BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 95 and BF. RGB value is (139,149,191). Sum of RGB (Red+Green+Blue) = 139+149+191=479 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.02% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B95BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95BF is #746A40. Grayscale: #969696. Windows color (decimal): -7629377 or 12555659. OLE color: 12555659.

HSL color Cylindrical-coordinate representation of color #8B95BF: hue angle of 228.46º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B95BF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139149191-
CMYK0.270.2200.25
HSL228.46º28.89%64.71%-
HSV(B)228.46º27.23%74.9%-
XYZ30.830.7553.6-
YUV150.8150.69119.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.02%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 39.87%
R=29.02%
G=31.11%
B=39.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391491910.270.2200.25228.4628.8964.71
Hex8B95BF1B16019e41d41
Octal213225277332603134435101
Binary100010111001010110111111110111011001100111100100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b95bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8b95bf; }

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

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

<style>
 a { background-color: #8b95bf; }

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

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

<style>
 span { border-color: #8b95bf; }

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

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