#8B95BE

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

Shades of Wild Blue Yonder #8B95BE

Tints of Wild Blue Yonder #8B95BE

Color information

#8B95BE (or 0x8B95BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 8B, 95 and BE. RGB value is (139,149,190). Sum of RGB (Red+Green+Blue) = 139+149+190=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B95BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95BE is #746A41. Grayscale: #969696. Windows color (decimal): -7629378 or 12490123. OLE color: 12490123.

HSL color Cylindrical-coordinate representation of color #8B95BE: hue angle of 228.24º degrees, saturation: 0.28, 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 #8B95BE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139149190-
CMYK0.270.2200.25
HSL228.24º28.18%64.51%-
HSV(B)228.24º26.84%74.51%-
XYZ30.6930.753.02-
YUV150.68150.19119.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.08%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=29.08%
G=31.17%
B=39.75%

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
Decimal1391491900.270.2200.25228.2428.1864.51
Hex8B95BE1B16019e41c41
Octal213225276332603134434101
Binary100010111001010110111110110111011001100111100100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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