#7F7FAC

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

Shades of Wild Blue Yonder #7F7FAC

Tints of Wild Blue Yonder #7F7FAC

Color information

#7F7FAC (or 0x7F7FAC) is unknown color: approx Wild Blue Yonder. HEX triplet: 7F, 7F and AC. RGB value is (127,127,172). Sum of RGB (Red+Green+Blue) = 127+127+172=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7FAC is #808053. Grayscale: #838383. Windows color (decimal): -8421460 or 11304831. OLE color: 11304831.

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

Color convert

RGB127127172-
CMYK0.260.2600.33
HSL240º21.33%58.63%-
HSV(B)240º26.16%67.45%-
XYZ23.7922.6742.15-
YUV132.13150.5124.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=29.81%
G=29.81%
B=40.38%

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
Decimal1271271720.260.2600.3324021.3358.63
Hex7F7FAC1A1A021f0153b
Octal17717725432320413602573
Binary1111111111111110101100110101101001000011111000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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