#7A83C0

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

Shades of Wild Blue Yonder #7A83C0

Tints of Wild Blue Yonder #7A83C0

Color information

#7A83C0 (or 0x7A83C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 83 and C0. RGB value is (122,131,192). Sum of RGB (Red+Green+Blue) = 122+131+192=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A83C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83C0 is #857C3F. Grayscale: #878787. Windows color (decimal): -8748096 or 12616570. OLE color: 12616570.

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

Color convert

RGB122131192-
CMYK0.360.3200.25
HSL232.29º35.71%61.57%-
HSV(B)232.29º36.46%75.29%-
XYZ25.6624.1853.18-
YUV135.26160.02118.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.42%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 192 (75.39% from 255) = 43.15%
R=27.42%
G=29.44%
B=43.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221311920.360.3200.25232.2935.7161.57
Hex7A83C02420019e8243e
Octal17220330044400313504476
Binary1111010100000111100000010010010000001100111101000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A83C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,131,192); }

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

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

 a { background-color: rgb(122,131,192); }

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

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

 span { border-color: rgb(122,131,192); }

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