#8C92BD

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

Shades of Wild Blue Yonder #8C92BD

Tints of Wild Blue Yonder #8C92BD

Color information

#8C92BD (or 0x8C92BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 8C, 92 and BD. RGB value is (140,146,189). Sum of RGB (Red+Green+Blue) = 140+146+189=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C92BD is #736D42. Grayscale: #949494. Windows color (decimal): -7564611 or 12423820. OLE color: 12423820.

HSL color Cylindrical-coordinate representation of color #8C92BD: hue angle of 232.65º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C92BD is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB140146189-
CMYK0.260.2300.26
HSL232.65º27.07%64.51%-
HSV(B)232.65º25.93%74.12%-
XYZ30.2829.8152.3-
YUV149.11150.51121.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 146 (57.42% from 255) = 30.74%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=29.47%
G=30.74%
B=39.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401461890.260.2300.26232.6527.0764.51
Hex8C92BD1A1701Ae91b41
Octal214222275322703235133101
Binary100011001001001010111101110101011101101011101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,189); }

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

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

 a { background-color: rgb(140,146,189); }

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

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

 span { border-color: rgb(140,146,189); }

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