#8094C4

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

Shades of Wild Blue Yonder #8094C4

Tints of Wild Blue Yonder #8094C4

Color information

#8094C4 (or 0x8094C4) is unknown color: approx Wild Blue Yonder. HEX triplet: 80, 94 and C4. RGB value is (128,148,196). Sum of RGB (Red+Green+Blue) = 128+148+196=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #8094C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8094C4 is #7F6B3B. Grayscale: #939393. Windows color (decimal): -8350524 or 12883072. OLE color: 12883072.

HSL color Cylindrical-coordinate representation of color #8094C4: hue angle of 222.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8094C4 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB128148196-
CMYK0.350.2400.23
HSL222.35º36.56%63.53%-
HSV(B)222.35º34.69%76.86%-
XYZ29.4629.7556.42-
YUV147.49155.37114.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.12%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=27.12%
G=31.36%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281481960.350.2400.23222.3536.5663.53
Hex8094C42318017de2540
Octal200224304433002733645100
Binary10000000100101001100010010001111000010111110111101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8094C4; }

 p { color: rgb(128,148,196); }

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

<style>
 a { background-color: #8094C4; }

 a { background-color: rgb(128,148,196); }

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

<style>
 span { border-color: #8094C4; }

 span { border-color: rgb(128,148,196); }

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