#8794C4

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

Shades of Wild Blue Yonder #8794C4

Tints of Wild Blue Yonder #8794C4

Color information

#8794C4 (or 0x8794C4) is unknown color: approx Wild Blue Yonder. HEX triplet: 87, 94 and C4. RGB value is (135,148,196). Sum of RGB (Red+Green+Blue) = 135+148+196=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #8794C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8794C4 is #786B3B. Grayscale: #959595. Windows color (decimal): -7891772 or 12883079. OLE color: 12883079.

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

Color convert

RGB135148196-
CMYK0.310.2400.23
HSL227.21º34.08%64.9%-
HSV(B)227.21º31.12%76.86%-
XYZ30.5530.3256.47-
YUV149.58154.19117.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.18%
GREEN value IS 148 (58.20% from 255) = 30.90%
BLUE value IS 196 (76.95% from 255) = 40.92%
R=28.18%
G=30.90%
B=40.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1351481960.310.2400.23227.2134.0864.9
Hex8794C41F18017e32241
Octal207224304373002734342101
Binary1000011110010100110001001111111000010111111000111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8794C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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