#7A7FAF

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

Shades of Wild Blue Yonder #7A7FAF

Tints of Wild Blue Yonder #7A7FAF

Color information

#7A7FAF (or 0x7A7FAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 7A, 7F and AF. RGB value is (122,127,175). Sum of RGB (Red+Green+Blue) = 122+127+175=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A7FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FAF is #858050. Grayscale: #828282. Windows color (decimal): -8749137 or 11501434. OLE color: 11501434.

HSL color Cylindrical-coordinate representation of color #7A7FAF: hue angle of 234.34º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A7FAF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB122127175-
CMYK0.300.2700.31
HSL234.34º24.88%58.24%-
HSV(B)234.34º30.29%68.63%-
XYZ23.3522.4143.65-
YUV130.98152.84121.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 127 (50% from 255) = 29.95%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=28.77%
G=29.95%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221271750.300.2700.31234.3424.8858.24
Hex7A7FAF1E1B01Fea193a
Octal17217725736330373523172
Binary111101011111111010111111110110110111111110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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