#8492C4

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

Shades of Wild Blue Yonder #8492C4

Tints of Wild Blue Yonder #8492C4

Color information

#8492C4 (or 0x8492C4) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 92 and C4. RGB value is (132,146,196). Sum of RGB (Red+Green+Blue) = 132+146+196=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #8492C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8492C4 is #7B6D3B. Grayscale: #939393. Windows color (decimal): -8088892 or 12882564. OLE color: 12882564.

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

Color convert

RGB132146196-
CMYK0.330.2600.23
HSL226.88º35.16%64.31%-
HSV(B)226.88º32.65%76.86%-
XYZ29.7629.4556.34-
YUV147.51155.36116.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.85%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 196 (76.95% from 255) = 41.35%
R=27.85%
G=30.80%
B=41.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1321461960.330.2600.23226.8835.1664.31
Hex8492C4211A017e32340
Octal204222304413202734343100
Binary10000100100100101100010010000111010010111111000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8492C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,146,196); }

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

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

 a { background-color: rgb(132,146,196); }

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

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

 span { border-color: rgb(132,146,196); }

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