#777FAF

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

Shades of Wild Blue Yonder #777FAF

Tints of Wild Blue Yonder #777FAF

Color information

#777FAF (or 0x777FAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 77, 7F and AF. RGB value is (119,127,175). Sum of RGB (Red+Green+Blue) = 119+127+175=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #777FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777FAF is #888050. Grayscale: #818181. Windows color (decimal): -8945745 or 11501431. OLE color: 11501431.

HSL color Cylindrical-coordinate representation of color #777FAF: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #777FAF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119127175-
CMYK0.320.2700.31
HSL231.43º25.93%57.65%-
HSV(B)231.43º32%68.63%-
XYZ22.9322.243.63-
YUV130.08153.35120.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=28.27%
G=30.17%
B=41.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191271750.320.2700.31231.4325.9357.65
Hex777FAF201B01Fe71a3a
Octal16717725740330373473272
Binary1110111111111110101111100000110110111111110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777FAF; }

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

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

<style>
 a { background-color: #777FAF; }

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

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

<style>
 span { border-color: #777FAF; }

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

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