#7A7FB5

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

Shades of Wild Blue Yonder #7A7FB5

Tints of Wild Blue Yonder #7A7FB5

Color information

#7A7FB5 (or 0x7A7FB5) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7F and B5. RGB value is (122,127,181). Sum of RGB (Red+Green+Blue) = 122+127+181=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A7FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FB5 is #85804A. Grayscale: #838383. Windows color (decimal): -8749131 or 11894650. OLE color: 11894650.

HSL color Cylindrical-coordinate representation of color #7A7FB5: hue angle of 234.92º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A7FB5 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122127181-
CMYK0.330.3000.29
HSL234.92º28.5%59.41%-
HSV(B)234.92º32.6%70.98%-
XYZ23.9622.6546.83-
YUV131.66155.84121.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 127 (50% from 255) = 29.53%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=28.37%
G=29.53%
B=42.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221271810.330.3000.29234.9228.559.41
Hex7A7FB5211E01Deb1d3b
Octal17217726541360353533573
Binary1111010111111110110101100001111100111011110101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,127,181); }

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

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

 a { background-color: rgb(122,127,181); }

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

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

 span { border-color: rgb(122,127,181); }

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