#7A84BE

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

Shades of Wild Blue Yonder #7A84BE

Tints of Wild Blue Yonder #7A84BE

Color information

#7A84BE (or 0x7A84BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 84 and BE. RGB value is (122,132,190). Sum of RGB (Red+Green+Blue) = 122+132+190=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A84BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A84BE is #857B41. Grayscale: #878787. Windows color (decimal): -8747842 or 12485754. OLE color: 12485754.

HSL color Cylindrical-coordinate representation of color #7A84BE: hue angle of 231.18º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A84BE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122132190-
CMYK0.360.3100.25
HSL231.18º34.34%61.18%-
HSV(B)231.18º35.79%74.51%-
XYZ25.5724.3652.07-
YUV135.62158.69118.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=27.48%
G=29.73%
B=42.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221321900.360.3100.25231.1834.3461.18
Hex7A84BE241F019e7223d
Octal17220427644370313474275
Binary111101010000100101111101001001111101100111100111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A84BE; }

 p { color: rgb(122,132,190); }

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

<style>
 a { background-color: #7A84BE; }

 a { background-color: rgb(122,132,190); }

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

<style>
 span { border-color: #7A84BE; }

 span { border-color: rgb(122,132,190); }

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