#7A7FBE

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

Shades of Wild Blue Yonder #7A7FBE

Tints of Wild Blue Yonder #7A7FBE

Color information

#7A7FBE (or 0x7A7FBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7F and BE. RGB value is (122,127,190). Sum of RGB (Red+Green+Blue) = 122+127+190=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FBE is #858041. Grayscale: #848484. Windows color (decimal): -8749122 or 12484474. OLE color: 12484474.

HSL color Cylindrical-coordinate representation of color #7A7FBE: hue angle of 235.59º 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 #7A7FBE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122127190-
CMYK0.360.3300.25
HSL235.59º34.34%61.18%-
HSV(B)235.59º35.79%74.51%-
XYZ24.9123.0351.85-
YUV132.69160.34120.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 127 (50% from 255) = 28.93%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=27.79%
G=28.93%
B=43.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221271900.360.3300.25235.5934.3461.18
Hex7A7FBE2421019ec223d
Octal17217727644410313544275
Binary111101011111111011111010010010000101100111101100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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