#8093B7

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

Shades of Wild Blue Yonder #8093B7

Tints of Wild Blue Yonder #8093B7

Color information

#8093B7 (or 0x8093B7) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 93 and B7. RGB value is (128,147,183). Sum of RGB (Red+Green+Blue) = 128+147+183=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #8093B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8093B7 is #7F6C48. Grayscale: #919191. Windows color (decimal): -8350793 or 12030848. OLE color: 12030848.

HSL color Cylindrical-coordinate representation of color #8093B7: hue angle of 219.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8093B7 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB128147183-
CMYK0.300.2000.28
HSL219.27º27.64%60.98%-
HSV(B)219.27º30.05%71.76%-
XYZ27.8828.8848.9-
YUV145.42149.21115.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.95%
GREEN value IS 147 (57.81% from 255) = 32.10%
BLUE value IS 183 (71.88% from 255) = 39.96%
R=27.95%
G=32.10%
B=39.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281471830.300.2000.28219.2727.6460.98
Hex8093B71E1401Cdb1c3d
Octal20022326736240343333475
Binary10000000100100111011011111110101000111001101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8093B7; }

 p { color: rgb(128,147,183); }

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

<style>
 a { background-color: #8093B7; }

 a { background-color: rgb(128,147,183); }

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

<style>
 span { border-color: #8093B7; }

 span { border-color: rgb(128,147,183); }

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