#7F7FAB

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

Shades of Wild Blue Yonder #7F7FAB

Tints of Wild Blue Yonder #7F7FAB

Color information

#7F7FAB (or 0x7F7FAB) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 7F and AB. RGB value is (127,127,171). Sum of RGB (Red+Green+Blue) = 127+127+171=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7FAB is #808054. Grayscale: #838383. Windows color (decimal): -8421461 or 11239295. OLE color: 11239295.

HSL color Cylindrical-coordinate representation of color #7F7FAB: hue angle of 240º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F7FAB is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB127127171-
CMYK0.260.2600.33
HSL240º20.75%58.43%-
HSV(B)240º25.73%67.06%-
XYZ23.6922.6341.65-
YUV132.02150124.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=29.88%
G=29.88%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1271271710.260.2600.3324020.7558.43
Hex7F7FAB1A1A021f0153a
Octal17717725332320413602572
Binary1111111111111110101011110101101001000011111000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,127,171); }

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

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

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

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

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

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

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